s3: reinit_after_fork() should reinit the event context before the
commitf3a93b5bff5d4002ed46a71d6b26d8b7c15a193c
authorStefan Metzmacher <metze@samba.org>
Tue, 20 Jan 2009 00:26:00 +0000 (19 16:26 -0800)
committerKarolin Seeger <kseeger@samba.org>
Tue, 20 Jan 2009 13:16:51 +0000 (20 14:16 +0100)
tree5b22566ced09c5805e460ed19a23a4eeb83d8e1c
parente69033012122e2f2fc9dc6731d16daca98b25092
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)
source/lib/util.c