s3: reinit_after_fork() should reinit the event context before the
commit56af6112d67aa9dd3757297fbe29ce1a3eabf00d
authorStefan Metzmacher <metze@samba.org>
Tue, 20 Jan 2009 00:26:00 +0000 (19 16:26 -0800)
committerJeremy Allison <jra@samba.org>
Tue, 20 Jan 2009 00:26:00 +0000 (19 16:26 -0800)
treeb7faa33d06261f5d5c88d69338f5afc046edc43c
parentacb1debf257c6c3df325267b2a4c8e2d40c1f850
s3: reinit_after_fork() should reinit the event context before the
messaging context

Because messaging_reinit() may add events to the event context, which will
removed by event_context_reinit().

metze
source/lib/util.c