mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-09 20:58:44 +00:00
Allow sk_close(NULL).
This commit is contained in:
parent
b3155b3399
commit
00c0c18aea
@ -698,7 +698,7 @@ bad:
|
||||
void
|
||||
sk_close(sock *s)
|
||||
{
|
||||
if (s->entered)
|
||||
if (s && s->entered)
|
||||
s->type = SK_DELETED;
|
||||
else
|
||||
rfree(s);
|
||||
|
Loading…
Reference in New Issue
Block a user