s3:libsmb only log a dead connection if it was not closed
authorChristian Ambach <christian.ambach@de.ibm.com>
Tue, 22 Feb 2011 14:45:44 +0000 (15:45 +0100)
committerVolker Lendecke <vl@samba.org>
Wed, 2 Mar 2011 10:03:41 +0000 (03:03 -0700)
commit217e75e1520acfac863a8626a4ddb82288421ba0
treeb0e98db1bf12ea39124403ded55534590782fc75
parentfb5552e0aadc537b527673a7b6da59974e34253a
s3:libsmb only log a dead connection if it was not closed

in case the cli was closed before (e.g. via a dropped ip message)
it can be expected that the read here returns with an error and so
we should not log that a connection is dead when it was closed before
source3/libsmb/clientgen.c