s3:nmbd: we don't need to call message_dispatch() anymore it's event triggered now
authorStefan Metzmacher <metze@samba.org>
Wed, 21 Jan 2009 06:34:49 +0000 (07:34 +0100)
committerStefan Metzmacher <metze@samba.org>
Thu, 22 Jan 2009 11:37:31 +0000 (12:37 +0100)
metze

source3/nmbd/nmbd.c

index 10d6fe237828489e69161a301ee954dee5b65ac2..0922e455a3ed664f4549083c8a4fecdcaf5f3280 100644 (file)
@@ -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.