1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-15 23:24:37 +03:00
Marc VanHeyningen a4887e250b s3: Allow child processes to exit gracefully if we are out of fds
When we run out of file descriptors for some reason, every new
connection forks a child that immediately panics causing smbd to
coredump.  This seems unnecessarily harsh; with this code change we
now catch that error and merely log a message about it and exit
without the core dump.

Signed-off-by: Tim Prouty <tprouty@samba.org>
2009-05-27 13:16:17 -07:00
..
2008-10-13 20:59:33 +02:00
2009-05-27 11:16:45 +02:00
2009-04-05 14:34:14 +02:00
2009-05-14 16:49:18 -07:00
2009-04-16 15:07:06 +02:00
2009-05-26 23:20:34 +02:00