diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2009-06-25 15:44:43 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2009-06-25 15:44:43 +0200 |
commit | 1876e18d32fa4b21888aae2c984b1b61338c3e60 (patch) | |
tree | 523c0bb42e4e2bb8f62caa6a7cbd8ae93c833eda /sysdep/unix | |
parent | 200ede8226a4173b2405bcd1c98cf20604c33545 (diff) | |
download | bird-1876e18d32fa4b21888aae2c984b1b61338c3e60.tar bird-1876e18d32fa4b21888aae2c984b1b61338c3e60.zip |
Minor bugfix.
Diffstat (limited to 'sysdep/unix')
-rw-r--r-- | sysdep/unix/io.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |