mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Minor bugfix.
This commit is contained in:
@@ -599,6 +599,7 @@ sk_new(pool *p)
|
|||||||
s->saddr = s->daddr = IPA_NONE;
|
s->saddr = s->daddr = IPA_NONE;
|
||||||
s->sport = s->dport = 0;
|
s->sport = s->dport = 0;
|
||||||
s->tos = s->ttl = -1;
|
s->tos = s->ttl = -1;
|
||||||
|
s->flags = 0;
|
||||||
s->iface = NULL;
|
s->iface = NULL;
|
||||||
s->rbuf = NULL;
|
s->rbuf = NULL;
|
||||||
s->rx_hook = NULL;
|
s->rx_hook = NULL;
|
||||||
|
Reference in New Issue
Block a user