Changeset 860 for vendor/current/nsswitch/wb_common.c
- Timestamp:
- May 12, 2014, 8:58:38 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/nsswitch/wb_common.c
r740 r860 393 393 394 394 pfd.fd = winbindd_fd; 395 pfd.events = POLLIN|POLL HUP;396 397 ret = poll(&pfd, 1, 0);395 pfd.events = POLLIN|POLLOUT|POLLHUP; 396 397 ret = poll(&pfd, 1, -1); 398 398 if (ret == -1) { 399 399 winbind_close_sock();
Note:
See TracChangeset
for help on using the changeset viewer.