S3: Stop creating SMBD cores when failing to create a pipe.
authortodd stecher <todd.stecher@gmail.com>
Thu, 12 Feb 2009 08:11:38 +0000 (00:11 -0800)
committerSteven Danneman <steven.danneman@isilon.com>
Thu, 19 Feb 2009 02:08:33 +0000 (18:08 -0800)
commit03421944b2bd82caf13946b745e4d634f0559f82
treee9a6bc17f5703b2d5d1532e3f5dfd9662a729e4a
parentc441f58dedc465f59060296815a0bc7f9aeb743f
S3: Stop creating SMBD cores when failing to create a pipe.

This was uncovered when the MAX FD limit was hit, causing an instant core
and invoking error reporting. This fix causes SMBD to exit, but without
building a core.
source3/lib/select.c
source3/printing/printing.c
source3/smbd/server.c