From: Stefan Metzmacher Date: Wed, 21 Jan 2009 06:34:49 +0000 (+0100) Subject: s3:nmbd: we don't need to call message_dispatch() anymore it's event triggered now X-Git-Tag: samba-4.0.0alpha7~424^2~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4d413381a2496a4d73e4d406efbfd68c28fee3b4;p=thirdparty%2Fsamba.git s3:nmbd: we don't need to call message_dispatch() anymore it's event triggered now metze --- 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.