Handle a client that exited correctly: We need to ignore SIGPIPE and when the
authorVolker Lendecke <vl@samba.org>
Wed, 11 Apr 2007 11:17:36 +0000 (13:17 +0200)
committerVolker Lendecke <vl@samba.org>
Wed, 11 Apr 2007 11:17:36 +0000 (13:17 +0200)
commitbd10f4e62146493848258df8a3dc3b9222337a12
treee7f6b70c5bc9368c6aed7080a6cf7d356090acbc
parentb84f97adfd25b2fbfab1c7964b68931643e8029c
Handle a client that exited correctly: We need to ignore SIGPIPE and when the
read returns 0 bytes this means the client has exited. Close the connection
then.
common/ctdb_daemon.c
direct/ctdbd.c