[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-84-g97f47e3

Stefan Metzmacher metze at samba.org
Sat Oct 20 08:17:22 GMT 2007


The branch, v3-2-test has been updated
       via  97f47e39139cef738a5f02980a0792417e0d365e (commit)
      from  3c50caa9620899f982cd4a833356d965f47ec843 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit 97f47e39139cef738a5f02980a0792417e0d365e
Author: Stefan Metzmacher <metze at samba.org>
Date:   Sat Oct 20 10:12:55 2007 +0200

    fix move to OPT_LOG_STDOUT
    
    metze

-----------------------------------------------------------------------

Summary of changes:
 source/nmbd/nmbd.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/nmbd/nmbd.c b/source/nmbd/nmbd.c
index 69117ee..fe69587 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


-- 
Samba Shared Repository


More information about the samba-cvs mailing list