When complaining about a socket-read problem, use an FSOCKERR
authorWayne Davison <wayned@samba.org>
Wed, 1 Feb 2006 19:35:17 +0000 (19:35 +0000)
committerWayne Davison <wayned@samba.org>
Wed, 1 Feb 2006 19:35:17 +0000 (19:35 +0000)
commit72f2d1b38495477d63142ed5a490164bff94bc90
tree602a63da9039effd1bfaa3dde2309b9f591b41ed
parentb66e31bf15c83904f14f9b7b40eeecaadc2971ba
When complaining about a socket-read problem, use an FSOCKERR
code instead of a normal FERROR.  The generator is the only
process that will receive this, and it uses it to close down
the multi-I/O over the socket so that it won't ever hang trying
to write an error down a dead socket.
io.c