diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-10-31 15:52:37 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-10-31 17:37:33 +0100 |
commit | 63c7107c4affa3992e9c05647b81ecbfe87be01e (patch) | |
tree | d01a112dc497a47abb5052c279e2787b72e66aa3 /source3 | |
parent | e082745b510192c66038df901a5fe4d3c5956696 (diff) | |
download | samba-63c7107c4affa3992e9c05647b81ecbfe87be01e.tar.gz samba-63c7107c4affa3992e9c05647b81ecbfe87be01e.tar.bz2 samba-63c7107c4affa3992e9c05647b81ecbfe87be01e.zip |
s3:smbd: also the parent smbd needs FLAG_MSG_PRINT_GENERAL (bug #8553)
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Mon Oct 31 17:37:34 CET 2011 on sn-devel-104
Diffstat (limited to 'source3')
-rw-r--r-- | source3/smbd/server.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/server.c b/source3/smbd/server.c index acbab9d88c..1786be6590 100644 --- a/source3/smbd/server.c +++ b/source3/smbd/server.c @@ -739,6 +739,7 @@ static bool open_sockets_smbd(struct smbd_parent_context *parent, if (!serverid_register(procid_self(), FLAG_MSG_GENERAL|FLAG_MSG_SMBD + |FLAG_MSG_PRINT_GENERAL |FLAG_MSG_DBWRAP)) { DEBUG(0, ("open_sockets_smbd: Failed to register " "myself in serverid.tdb\n")); |