diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-03-24 14:15:14 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-03-24 14:15:14 +0000 |
commit | d5f9b0275c91512e1926504f22aaeec2d104430d (patch) | |
tree | 5bdbdb172e0e169acb85906763fc4588a0fd69ac /source/nmbd | |
parent | adafcbb9af4a22db0fefb70966564d8591b5baed (diff) | |
download | samba-d5f9b0275c91512e1926504f22aaeec2d104430d.tar.gz |
Revoke some of the popt patch from metze I applied earlier today. It added
some double options and broke some parameters.
Diffstat (limited to 'source/nmbd')
-rw-r--r-- | source/nmbd/nmbd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/nmbd/nmbd.c b/source/nmbd/nmbd.c index d013b79d3e6..184a86e2cfc 100644 --- a/source/nmbd/nmbd.c +++ b/source/nmbd/nmbd.c @@ -601,6 +601,7 @@ static BOOL open_sockets(BOOL isdaemon, int port) {"hosts", 'H', POPT_ARG_STRING, dyn_LMHOSTSFILE, 'H', "Load a netbios hosts file"}, {"port", 'p', POPT_ARG_INT, &global_nmb_port, NMB_PORT, "Listen on the specified port" }, POPT_COMMON_SAMBA + POPT_COMMON_CONNECTION { NULL } }; pstring logfile; |