diff options
author | Jeremy Allison <jra@samba.org> | 2011-06-03 10:22:44 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2011-06-06 21:53:16 +0200 |
commit | 0efcc94fb834aeb03e8edc3034aa0cdeefdc0985 (patch) | |
tree | 3a6a3c31414f75b9367cbaa6002ff4f6f2b69a33 /lib/addns/dnsgss.c | |
parent | 976a43c5aac7a1b972efc1a4f600013b789eabaa (diff) | |
download | samba-0efcc94fb834aeb03e8edc3034aa0cdeefdc0985.tar.gz samba-0efcc94fb834aeb03e8edc3034aa0cdeefdc0985.tar.bz2 samba-0efcc94fb834aeb03e8edc3034aa0cdeefdc0985.zip |
Fix bug #8197 - winbind does not properly detect when a DC connection is dead.
Only waiting for writability doesn't get fd errors back with poll.
So always begin by selecting for readability, and if we get it then
see if bytes were available to read or it really is an error condition.
If bytes were available, remove the select on read as we know we
will retrieve the error when we've finished writing and start
reading the reply (or the write will timeout or fail).
Metze and Volker please check.
Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Mon Jun 6 21:53:16 CEST 2011 on sn-devel-104
Diffstat (limited to 'lib/addns/dnsgss.c')
0 files changed, 0 insertions, 0 deletions