diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/tevent/tevent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tevent/tevent.c b/lib/tevent/tevent.c index a9e18c349d..867cfc08fe 100644 --- a/lib/tevent/tevent.c +++ b/lib/tevent/tevent.c @@ -457,7 +457,7 @@ int _tevent_loop_until(struct tevent_context *ev, void *private_data, const char *location) { - int ret; + int ret = 0; void *nesting_stack_ptr = NULL; ev->nesting.level++; |