s3:smbd: also the parent smbd needs FLAG_MSG_PRINT_GENERAL (bug #8553)
authorStefan Metzmacher <metze@samba.org>
Mon, 31 Oct 2011 14:52:37 +0000 (15:52 +0100)
committerStefan Metzmacher <metze@samba.org>
Mon, 31 Oct 2011 16:37:33 +0000 (17:37 +0100)
metze

Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Mon Oct 31 17:37:34 CET 2011 on sn-devel-104

source3/smbd/server.c

index acbab9d88ce634402922e2333baf5017bd396050..1786be65900ef14bcad36674d54ae472846a36f4 100644 (file)
@@ -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"));