summaryrefslogtreecommitdiff
path: root/source3/nmbd/nmbd.c
diff options
context:
space:
mode:
authorAndreas Schneider <asn@redhat.com>2010-03-26 11:17:37 +0100
committerAndreas Schneider <asn@redhat.com>2010-03-26 14:48:54 +0100
commita6f25fc635dce0b67422b271e09467e9ea854489 (patch)
tree7163e806229de11106198ec1eefc569f0cd384a0 /source3/nmbd/nmbd.c
parentf70e1b4d43995ac4c7ab020613d3f0af24eb03f6 (diff)
downloadsamba-a6f25fc635dce0b67422b271e09467e9ea854489.tar.gz
samba-a6f25fc635dce0b67422b271e09467e9ea854489.tar.bz2
samba-a6f25fc635dce0b67422b271e09467e9ea854489.zip
s3-smbd: Don't close stdout if we want to log to stdout.
Diffstat (limited to 'source3/nmbd/nmbd.c')
-rw-r--r--source3/nmbd/nmbd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nmbd/nmbd.c b/source3/nmbd/nmbd.c
index 4443dfae9f..5dc021a547 100644
--- a/source3/nmbd/nmbd.c
+++ b/source3/nmbd/nmbd.c
@@ -889,7 +889,7 @@ static bool open_sockets(bool isdaemon, int port)
if (is_daemon && !opt_interactive) {
DEBUG( 2, ( "Becoming a daemon.\n" ) );
- become_daemon(Fork, no_process_group);
+ become_daemon(Fork, no_process_group, log_stdout);
}
#if HAVE_SETPGID