Clarify nomaclature of socket names in process_single and process_prefork
authorAndrew Bartlett <abartlet@samba.org>
Tue, 5 Feb 2008 03:51:01 +0000 (14:51 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 5 Feb 2008 03:51:01 +0000 (14:51 +1100)
commit24d0587752ca81ac9e35c6c4dbcadb87455f5ded
tree400c3cdc5fdfc2f3bd278b14770f7ef6cd5585b6
parentc46b8708f443f2f048cf41f693dfe6c133fe53f3
Clarify nomaclature of socket names in process_single and process_prefork

Fix talloc_steal in both cases to steal connected socket (from accept)
onto it's private structure, rather than stealing the bound socket.

Remove termination code from the prefork modal, we want the process to
still stay around, to serve future clients.

Andrew Bartlett and David Disseldorp
(This used to be commit 07590d893e993919cf6cb7582310777f534e756f)
source4/smbd/process_prefork.c
source4/smbd/process_single.c