s3: reinit_after_fork() should reinit the event context before the messaging context
authorStefan Metzmacher <metze@samba.org>
Wed, 14 Jan 2009 11:21:43 +0000 (12:21 +0100)
committerStefan Metzmacher <metze@samba.org>
Mon, 19 Jan 2009 23:41:20 +0000 (00:41 +0100)
commit26e863e6dd864d6466165adebce716f79bec73b6
tree382a1114c8c99e4c707cce1498b582d04194d0b6
parent8d203d3cabdea6b3b8903432bcbc889ad6358011
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
source3/lib/util.c