aboutsummaryrefslogtreecommitdiff
path: root/utils.c
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2015-02-12 02:33:15 +0100
committerPřemysl Janouch <p.janouch@gmail.com>2015-02-12 02:33:15 +0100
commit0ec0a7779a9fb5cb1c4b73acac8dd2aefb80de5a (patch)
tree4a72dcc780f573e46ddffd5998f67aef4f4bb742 /utils.c
parent17164b69b71c1afd14ae1b8ddbcb5328067f8568 (diff)
downloadponymap-0ec0a7779a9fb5cb1c4b73acac8dd2aefb80de5a.tar.gz
ponymap-0ec0a7779a9fb5cb1c4b73acac8dd2aefb80de5a.tar.xz
ponymap-0ec0a7779a9fb5cb1c4b73acac8dd2aefb80de5a.zip
Tiny fixes
Diffstat (limited to 'utils.c')
-rw-r--r--utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils.c b/utils.c
index 85ac38b..3eb7b1d 100644
--- a/utils.c
+++ b/utils.c
@@ -1081,6 +1081,7 @@ poller_init (struct poller *self)
self->revents_len = 0;
poller_timers_init (&self->timers);
+ self->idle = NULL;
}
static void