s3-messaging: Fix messaging classes.
[samba.git] / source3 / nmbd / nmbd.c
index ceec2fdf9d9eb2149b94255e19238c4989e56725..08a5504be42a037036dd7951bfc7f5a0aa5753fa 100644 (file)
@@ -932,7 +932,9 @@ static bool open_sockets(bool isdaemon, int port)
        /* get broadcast messages */
 
        if (!serverid_register(procid_self(),
-                              FLAG_MSG_GENERAL|FLAG_MSG_DBWRAP)) {
+                               FLAG_MSG_GENERAL |
+                               FLAG_MSG_NMBD |
+                               FLAG_MSG_DBWRAP)) {
                DEBUG(1, ("Could not register myself in serverid.tdb\n"));
                exit(1);
        }