Added notifications about error-exit values:
authorWayne Davison <wayned@samba.org>
Sat, 7 Nov 2009 08:39:50 +0000 (00:39 -0800)
committerWayne Davison <wayned@samba.org>
Sat, 7 Nov 2009 09:22:11 +0000 (01:22 -0800)
- The receiver notifies the generator if it is exiting with an error,
  and then, if it is a server, waits around for the generator to die.
  This ensures that the client side has time to read the error.
- The generator or sender will notifiy the other side of the transfer of
  an error-exit value if protocol 31 is in effect.  This will get rid of
  some "connection unexpectedly closed" errors that are really expected
  events due to a fatal exit on the other side.


No differences found