summaryrefslogtreecommitdiff
path: root/source3/nmbd/nmbd.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-09-11 07:33:44 +0000
committerAndrew Tridgell <tridge@samba.org>2000-09-11 07:33:44 +0000
commit0b2e454703fc59b9c019fb8bded92cbc78432567 (patch)
tree6669413f71e3a513a8b4b85ee77fc4fd326fc86a /source3/nmbd/nmbd.c
parentfe47e8efe2e7136ad6fe0ee0b05a672daf3b359a (diff)
downloadsamba-0b2e454703fc59b9c019fb8bded92cbc78432567.tar.gz
samba-0b2e454703fc59b9c019fb8bded92cbc78432567.tar.bz2
samba-0b2e454703fc59b9c019fb8bded92cbc78432567.zip
debug messages now work for nmbd
(This used to be commit 6a503f95b10f6661b089f30f2b5ffebead32685c)
Diffstat (limited to 'source3/nmbd/nmbd.c')
-rw-r--r--source3/nmbd/nmbd.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/nmbd/nmbd.c b/source3/nmbd/nmbd.c
index cd47296774..2da879fc94 100644
--- a/source3/nmbd/nmbd.c
+++ b/source3/nmbd/nmbd.c
@@ -490,6 +490,9 @@ static void process(void)
/* free up temp memory */
lp_talloc_free();
+
+ /* check for internal messages */
+ message_init();
}
} /* process */
@@ -791,6 +794,7 @@ static void usage(char *pname)
}
pidfile_create("nmbd");
+ message_init();
DEBUG( 3, ( "Opening sockets %d\n", global_nmb_port ) );