ossp-pkg/pth/pth_high.c 1.99 -> 1.100
--- pth_high.c 2002/11/07 15:21:06 1.99
+++ pth_high.c 2002/11/08 12:38:39 1.100
@@ -541,6 +541,7 @@
if ( errno == ESHUTDOWN || errno == ECONNRESET
|| errno == ECONNABORTED || errno == ENETRESET) {
pfd[i].revents &= ~(POLLIN);
+ pfd[i].revents &= ~(POLLRDNORM);
pfd[i].revents |= POLLHUP;
ok--;
}
|
|