]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Minor bugfix.
authorOndrej Zajicek <santiago@crfreenet.org>
Thu, 25 Jun 2009 13:44:43 +0000 (15:44 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Thu, 25 Jun 2009 13:44:43 +0000 (15:44 +0200)
sysdep/unix/io.c

index 91ca4c6ece2f832a8b7b22b5717d28d44ee10cca..c86c1200d186e9724e584845341b7b3160d81955 100644 (file)
@@ -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;