1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

tevent: Fix build break

This commit is contained in:
Tim Prouty 2009-01-11 11:00:50 -08:00
parent de4812ea1c
commit cd5039b188

View File

@ -157,7 +157,7 @@ int tevent_common_context_destructor(struct tevent_context *ev)
te = ev->timer_events;
while (te) {
te->event_ctx = NULL;
DLIST_REMOVE(te->timer_events, te);
DLIST_REMOVE(ev->timer_events, te);
te = ev->timer_events;
}