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

Samba 3.5.x: update to 3.5.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/lib/tevent/tevent.c

    r414 r427  
    177177                se->event_ctx = NULL;
    178178                DLIST_REMOVE(ev->signal_events, se);
     179                /*
     180                 * This is important, Otherwise signals
     181                 * are handled twice in child. eg, SIGHUP.
     182                 * one added in parent, and another one in
     183                 * the child. -- BoYang
     184                 */
     185                tevent_cleanup_pending_signal_handlers(se);
    179186        }
    180187
Note: See TracChangeset for help on using the changeset viewer.