mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-17 08:38:42 +00:00
Minor bugfix.
This commit is contained in:
parent
200ede8226
commit
1876e18d32
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user