Ignore:
Timestamp:
May 13, 2014, 11:39:04 AM (11 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update trunk to 3.6.23

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/nsswitch/wb_common.c

    r745 r862  
    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.