mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 22:37:49 +00:00
commit
afbdfbb69b
@ -447,7 +447,7 @@ ldpd_shutdown(void)
|
||||
if (errno == EINTR)
|
||||
continue;
|
||||
/* No more processes were found. */
|
||||
if (errno != ECHILD)
|
||||
if (errno == ECHILD)
|
||||
break;
|
||||
|
||||
/* Unhandled errno condition. */
|
||||
|
Loading…
Reference in New Issue
Block a user