mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Socket closing has its dedicated function
This commit is contained in:
@@ -417,7 +417,7 @@ cli_free(cli *c)
|
||||
|
||||
if (defer)
|
||||
{
|
||||
rfree(c->sock);
|
||||
sk_close(c->sock);
|
||||
c->sock = NULL;
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user