summaryrefslogtreecommitdiffstats
path: root/source/nmbd
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-10-20 10:12:55 +0200
committerStefan Metzmacher <metze@samba.org>2007-10-20 10:12:55 +0200
commit97f47e39139cef738a5f02980a0792417e0d365e (patch)
treef9d48f78f18e55c3a04d6e5ddd4c0f0437bf231b /source/nmbd
parent3c50caa9620899f982cd4a833356d965f47ec843 (diff)
downloadsamba-97f47e39139cef738a5f02980a0792417e0d365e.tar.gz
samba-97f47e39139cef738a5f02980a0792417e0d365e.tar.xz
samba-97f47e39139cef738a5f02980a0792417e0d365e.zip
fix move to OPT_LOG_STDOUT
metze
Diffstat (limited to 'source/nmbd')
-rw-r--r--source/nmbd/nmbd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/nmbd/nmbd.c b/source/nmbd/nmbd.c
index 69117ee4ea6..fe69587a4ba 100644
--- a/source/nmbd/nmbd.c
+++ b/source/nmbd/nmbd.c
@@ -706,7 +706,7 @@ static bool open_sockets(bool isdaemon, int port)
{"interactive", 'i', POPT_ARG_NONE, NULL, OPT_INTERACTIVE, "Run interactive (not a daemon)" },
{"foreground", 'F', POPT_ARG_NONE, NULL, OPT_FORK, "Run daemon in foreground (for daemontools & etc)" },
{"no-process-group", 0, POPT_ARG_NONE, NULL, OPT_NO_PROCESS_GROUP, "Don't create a new process group" },
- {"log-stdout", 'S', POPT_ARG_VAL, &log_stdout, True, "Log to stdout" },
+ {"log-stdout", 'S', POPT_ARG_NONE, NULL, OPT_LOG_STDOUT, "Log to stdout" },
{"hosts", 'H', POPT_ARG_STRING, &p_lmhosts, 'H', "Load a netbios hosts file"},
{"port", 'p', POPT_ARG_INT, &global_nmb_port, NMB_PORT, "Listen on the specified port" },
POPT_COMMON_SAMBA