mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 06:50:17 +00:00
Merge pull request #10725 from opensourcerouting/zebra-fpm-crash-fix
zebra: don't enqueue data with FPM socket closed
This commit is contained in:
commit
6c72dd869e
@ -1232,6 +1232,7 @@ static void fpm_process_queue(struct thread *t)
|
||||
* the output data in the STREAM_WRITEABLE
|
||||
* check above, so we can ignore the return
|
||||
*/
|
||||
if (fnc->socket != -1)
|
||||
(void)fpm_nl_enqueue(fnc, ctx);
|
||||
|
||||
/* Account the processed entries. */
|
||||
|
Loading…
Reference in New Issue
Block a user