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)
commit07590d893e993919cf6cb7582310777f534e756f
treefd9f680c71a2382d1c77d661742bed35b60ff022
parent7fc3669b9dc34514d8749d3941514fdae7d0f700
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
source/smbd/process_prefork.c
source/smbd/process_single.c