Changeset 427 for vendor/current/lib/tevent/tevent.c
- Timestamp:
- Apr 9, 2010, 3:20:58 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/lib/tevent/tevent.c
r414 r427 177 177 se->event_ctx = NULL; 178 178 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); 179 186 } 180 187
Note:
See TracChangeset
for help on using the changeset viewer.