mirror of
https://github.com/samba-team/samba.git
synced 2025-01-15 23:24:37 +03:00
a4887e250b
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>