Ignore:
Timestamp:
May 12, 2014, 8:58:38 PM (11 years ago)
Author:
Silvan Scherrer
Message:

Samba 3.6: updated vendor to latest version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/nsswitch/wb_common.c

    r740 r860  
    393393
    394394                pfd.fd = winbindd_fd;
    395                 pfd.events = POLLIN|POLLHUP;
    396 
    397                 ret = poll(&pfd, 1, 0);
     395                pfd.events = POLLIN|POLLOUT|POLLHUP;
     396
     397                ret = poll(&pfd, 1, -1);
    398398                if (ret == -1) {
    399399                        winbind_close_sock();
Note: See TracChangeset for help on using the changeset viewer.