s3: reinit_after_fork() should reinit the event context before the
commit918133544b535d12761b5d6242e59eb7d21bae45
authorStefan Metzmacher <metze@samba.org>
Tue, 20 Jan 2009 00:26:00 +0000 (19 16:26 -0800)
committerMichael Adam <obnox@samba.org>
Fri, 6 Feb 2009 16:02:13 +0000 (6 17:02 +0100)
tree96b27ab7af725c609ea25370b77f43cb706c000f
parentc86c2219b23fb2e5ce652dae18b0299d76dcb524
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
(cherry picked from commit 56af6112d67aa9dd3757297fbe29ce1a3eabf00d)

Signed-off-by: Michael Adam <obnox@samba.org>
source/lib/util.c