diff options
author | Andrew Tridgell <tridge@samba.org> | 2000-09-11 07:33:44 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2000-09-11 07:33:44 +0000 |
commit | 0b2e454703fc59b9c019fb8bded92cbc78432567 (patch) | |
tree | 6669413f71e3a513a8b4b85ee77fc4fd326fc86a /source3/nmbd/nmbd.c | |
parent | fe47e8efe2e7136ad6fe0ee0b05a672daf3b359a (diff) | |
download | samba-0b2e454703fc59b9c019fb8bded92cbc78432567.tar.gz samba-0b2e454703fc59b9c019fb8bded92cbc78432567.tar.xz 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.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/nmbd/nmbd.c b/source3/nmbd/nmbd.c index cd472967747..2da879fc943 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 ) ); |