mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +00:00
Move CLI socket to the newly created CLI's pool.
(thanks to Andreas for the original idea)
This commit is contained in:
parent
38a608c55a
commit
ea0ac8f69a
@ -266,6 +266,7 @@ cli_connect(sock *s, int size)
|
||||
s->pool = c->pool; /* We need to have all the socket buffers allocated in the cli pool */
|
||||
c->rx_pos = c->rx_buf;
|
||||
c->rx_aux = NULL;
|
||||
rmove(s, c->pool);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user