Changeset 342 for branches/samba-3.3.x/source/winbindd/winbindd.c
- Timestamp:
- Oct 30, 2009, 9:39:05 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/winbindd/winbindd.c
r274 r342 848 848 message_dispatch(winbind_messaging_context()); 849 849 850 run_events(winbind_event_context(), 0, NULL, NULL); 850 if (run_events(winbind_event_context(), 0, NULL, NULL)) { 851 return; 852 } 851 853 852 854 /* refresh the trusted domain cache */ … … 928 930 if (FD_ISSET(ev->fd, &w_fds)) 929 931 flags |= EVENT_FD_WRITE; 930 if (flags) 932 if (flags) { 931 933 ev->handler(ev, flags); 934 return; 935 } 932 936 ev = next; 933 937 }
Note:
See TracChangeset
for help on using the changeset viewer.