winbindd: check for NT_STATUS_IO_DEVICE_ERROR in reset_cm_connection_on_error()
commit5c701c461676a37b57f6b628e3729e8366699dda
authorRalph Boehme <slow@samba.org>
Mon, 12 Mar 2018 10:12:34 +0000 (12 11:12 +0100)
committerKarolin Seeger <kseeger@samba.org>
Fri, 20 Apr 2018 09:56:22 +0000 (20 11:56 +0200)
tree3649fe1ac47c2d8edff41a64d95385453745042f
parent586a0ff38fa43ee837d10c982a480449d53ba88d
winbindd: check for NT_STATUS_IO_DEVICE_ERROR in reset_cm_connection_on_error()

reconnect_need_retry() already checks for this error, it surfaces up
from tstream_smbXcli_np as a mapping for EIO.

Bug: https://bugzilla.samba.org/show_bug.cgi?id=13332

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
(cherry picked from commit a33c1d25e0422483c903001dd246626f84c4cbc1)
source3/winbindd/winbindd_dual_srv.c