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