svn commit: samba r6846 - in branches/SAMBA_4_0/source/smbd: .

Andrew Tridgell tridge at osdl.org
Tue May 17 21:57:52 GMT 2005


Andrew,

 > Should we be calling the usual shutdown code when this happens, rather
 > than exit(0), or is it all hooked to atexit() these days?

in this case we want it to be like control-C I think, so exit(0) is
pretty good. 

At the moment it only works correctly for -M single btw. For -M
standard we will need to either propogate the stdin handler to all
child processes, or have some way to kill off all children.

Cheers, Tridge


More information about the samba-technical mailing list