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)
commitfa6c00734ccf9bfe7a962253ddb5e2a1722c9b09
tree2e1d63a334292159b33b363967342fab0be10bc1
parent87385e4c873f80956dc1c43424dd4f49a993586c
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
source/smbd/server.c