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 | 41a09c3c533ab170097309e1f91314eda32e4f4c (patch) | |
tree | a914e40801ca3c51a0b00399ff8282542b6cc198 /source3/nmbd | |
parent | e5ae6d548ff3c11a1be5ce3509da278b09994a34 (diff) | |
download | samba-41a09c3c533ab170097309e1f91314eda32e4f4c.tar.gz samba-41a09c3c533ab170097309e1f91314eda32e4f4c.tar.bz2 samba-41a09c3c533ab170097309e1f91314eda32e4f4c.zip |
Revoke some of the popt patch from metze I applied earlier today. It added
some double options and broke some parameters.
(This used to be commit d5f9b0275c91512e1926504f22aaeec2d104430d)
Diffstat (limited to 'source3/nmbd')
-rw-r--r-- | source3/nmbd/nmbd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/nmbd/nmbd.c b/source3/nmbd/nmbd.c index d013b79d3e..184a86e2cf 100644 --- a/source3/nmbd/nmbd.c +++ b/source3/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; |