Ignore:
Timestamp:
Apr 9, 2010, 3:51:41 PM (15 years ago)
Author:
Silvan Scherrer
Message:

Samba 3.5.x: trunk update to 3.5.2

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/source3/winbindd/winbindd_dual.c

    r414 r429  
    14641464                maxfd = state.sock;
    14651465
     1466                /*
     1467                 * Initialize this high as event_add_to_select_args()
     1468                 * uses a timeval_min() on this and next_event. Fix
     1469                 * from Roel van Meer <rolek@alt001.com>.
     1470                 */
     1471                t.tv_sec = 999999;
     1472                t.tv_usec = 0;
     1473
    14661474                event_add_to_select_args(winbind_event_context(), &now,
    14671475                                         &r_fds, &w_fds, &t, &maxfd);
Note: See TracChangeset for help on using the changeset viewer.