diff options
author | Stef Walter <stef@memberwebs.com> | 2009-09-24 19:45:54 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2009-09-24 19:45:54 +0000 |
commit | 6347e420fb1c8ba486cad717db496cf242a82c28 (patch) | |
tree | 75bd57eecb94cc5bf7ca20c0b28086494ab0ae65 /common/server-mainloop.c | |
parent | 5d9c6850cf8f0d43ad2fc4ad85dd34560b06d897 (diff) |
Clear correct variable.
Minor fix
Diffstat (limited to 'common/server-mainloop.c')
-rw-r--r-- | common/server-mainloop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/server-mainloop.c b/common/server-mainloop.c index c6d2018..af5a8f7 100644 --- a/common/server-mainloop.c +++ b/common/server-mainloop.c @@ -242,7 +242,7 @@ server_uninit() free(sockcb); } - ctx.timers = NULL; + ctx.callbacks = NULL; } uint64_t |