diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-01-21 07:34:49 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-01-22 12:37:31 +0100 |
commit | 4d413381a2496a4d73e4d406efbfd68c28fee3b4 (patch) | |
tree | 941bfef381755186ee9549dafe99b99842ca74c3 /source3/nmbd | |
parent | 830b31a41aeadf6b688c5f60f114f6137ea13afb (diff) | |
download | samba-4d413381a2496a4d73e4d406efbfd68c28fee3b4.tar.gz |
s3:nmbd: we don't need to call message_dispatch() anymore it's event triggered now
metze
Diffstat (limited to 'source3/nmbd')
-rw-r--r-- | source3/nmbd/nmbd.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/nmbd/nmbd.c b/source3/nmbd/nmbd.c index 10d6fe23782..0922e455a3e 100644 --- a/source3/nmbd/nmbd.c +++ b/source3/nmbd/nmbd.c @@ -441,10 +441,6 @@ static void process(void) time_t t = time(NULL); TALLOC_CTX *frame = talloc_stackframe(); - /* Check for internal messages */ - - message_dispatch(nmbd_messaging_context()); - /* * Check all broadcast subnets to see if * we need to run an election on any of them. |