Ignore:
Timestamp:
Oct 30, 2009, 9:39:05 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.3 to 3.3.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/winbindd/winbindd.c

    r274 r342  
    848848        message_dispatch(winbind_messaging_context());
    849849
    850         run_events(winbind_event_context(), 0, NULL, NULL);
     850        if (run_events(winbind_event_context(), 0, NULL, NULL)) {
     851                return;
     852        }
    851853
    852854        /* refresh the trusted domain cache */
     
    928930                if (FD_ISSET(ev->fd, &w_fds))
    929931                        flags |= EVENT_FD_WRITE;
    930                 if (flags)
     932                if (flags) {
    931933                        ev->handler(ev, flags);
     934                        return;
     935                }
    932936                ev = next;
    933937        }
Note: See TracChangeset for help on using the changeset viewer.