summaryrefslogtreecommitdiff
path: root/source3/nmbd/nmbd.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-01-21 07:34:49 +0100
committerStefan Metzmacher <metze@samba.org>2009-01-22 12:37:31 +0100
commit4d413381a2496a4d73e4d406efbfd68c28fee3b4 (patch)
tree941bfef381755186ee9549dafe99b99842ca74c3 /source3/nmbd/nmbd.c
parent830b31a41aeadf6b688c5f60f114f6137ea13afb (diff)
downloadsamba-4d413381a2496a4d73e4d406efbfd68c28fee3b4.tar.gz
samba-4d413381a2496a4d73e4d406efbfd68c28fee3b4.tar.bz2
samba-4d413381a2496a4d73e4d406efbfd68c28fee3b4.zip
s3:nmbd: we don't need to call message_dispatch() anymore it's event triggered now
metze
Diffstat (limited to 'source3/nmbd/nmbd.c')
-rw-r--r--source3/nmbd/nmbd.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/nmbd/nmbd.c b/source3/nmbd/nmbd.c
index 10d6fe2378..0922e455a3 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.