]> git.proxmox.com Git - mirror_frr.git/commit - lib/libfrr.c
lib: fix cosmetic issue with exit race
authorDavid Lamparter <equinox@opensourcerouting.org>
Wed, 23 Aug 2017 14:23:17 +0000 (16:23 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Wed, 23 Aug 2017 22:18:53 +0000 (00:18 +0200)
commit6bd2b3608d6dc1eca171c30916f029f6f867db6b
treec17023a6b603cc8c30dce20e8342b7667f260cd3
parent9eed278b163d2175ee714869085a54f2c3726cca
lib: fix cosmetic issue with exit race

if we're using --terminal, the daemon may in some cases exit fast enough
for the parent to see this; this resulted in a confusing/bogus "failed
to start, exited 0" message.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
lib/libfrr.c