diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-03-24 14:32:11 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-03-24 14:32:11 +0000 |
commit | 66c321232a7ce39157fe91e6b5a0d21d9b5e25bf (patch) | |
tree | 9bd98e1bc9be047075fa63bec41d0d0f2695d39a /source3/smbd | |
parent | 3515f376c18c41bf5e8d87495bc361feb708d5fa (diff) | |
download | samba-66c321232a7ce39157fe91e6b5a0d21d9b5e25bf.tar.gz samba-66c321232a7ce39157fe91e6b5a0d21d9b5e25bf.tar.bz2 samba-66c321232a7ce39157fe91e6b5a0d21d9b5e25bf.zip |
Don't use old usage() function, but the one from popt.
Remove some useless arguments
(This used to be commit 8df30059ef100a4d5e21501d7746427b4d312589)
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/server.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/smbd/server.c b/source3/smbd/server.c index a166027acb..715e916263 100644 --- a/source3/smbd/server.c +++ b/source3/smbd/server.c @@ -670,7 +670,6 @@ static BOOL init_structs(void ) {"build-options", 'b', POPT_ARG_NONE, NULL, 'b', "Print build options" }, {"port", 'p', POPT_ARG_STRING, &ports, 0, "Listen on the specified ports"}, POPT_COMMON_SAMBA - POPT_COMMON_CONNECTION { NULL } }; |