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:
parent
de4812ea1c
commit
cd5039b188
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user