smbd: make sure the parent smbd stays alive forever
authorStefan Metzmacher <metze@samba.org>
Fri, 20 Jun 2008 09:03:12 +0000 (11:03 +0200)
committerStefan Metzmacher <metze@samba.org>
Fri, 20 Jun 2008 09:03:12 +0000 (11:03 +0200)
commit197c25487e73bc9641877a2fc4100d39a0962d56
treebeb6c2fb8361560ed0dd6e8723860b5cd44e01a3
parent2d65e5a60d6ff7648ef71535f1018390aefe194e
smbd: make sure the parent smbd stays alive forever

The problem was that the parent smbd doesn't have
any event when the process model standard was in use.

Now we always add an fd event for stdin, but may not
ask for any events to trigger.

metze
(This used to be commit fa6c00734ccf9bfe7a962253ddb5e2a1722c9b09)
source4/smbd/server.c