From 1876e18d32fa4b21888aae2c984b1b61338c3e60 Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Thu, 25 Jun 2009 15:44:43 +0200 Subject: Minor bugfix. --- sysdep/unix/io.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdep') diff --git a/sysdep/unix/io.c b/sysdep/unix/io.c index 91ca4c6..c86c120 100644 --- a/sysdep/unix/io.c +++ b/sysdep/unix/io.c @@ -599,6 +599,7 @@ sk_new(pool *p) s->saddr = s->daddr = IPA_NONE; s->sport = s->dport = 0; s->tos = s->ttl = -1; + s->flags = 0; s->iface = NULL; s->rbuf = NULL; s->rx_hook = NULL; -- cgit v1.2.3