X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=tun.c;h=6ecde61794a3e3ea2821f6ebe185003c6ea07b4c;hb=167757e3b9a4497deb0489763beac8c7e919d70a;hp=102a24cabed62169b11a0f17cdc7f191fdb2e70f;hpb=4fd81af2db88c1b7bdab715f428df5cf2d679fb7;p=secnet.git diff --git a/tun.c b/tun.c index 102a24c..6ecde61 100644 --- a/tun.c +++ b/tun.c @@ -441,7 +441,7 @@ static void tun_phase_hook(void *sst, uint32_t newphase) } /* Register for poll() */ - register_for_poll(st, tun_beforepoll, tun_afterpoll, 1, st->nl.name); + register_for_poll(st, tun_beforepoll, tun_afterpoll, st->nl.name); } static list_t *tun_create(closure_t *self, struct cloc loc, dict_t *context,