]> git.puffer.fish Git - mirror/frr.git/commit
all: check return value from daemon() call
authorStephen Hemminger <shemminger@vyatta.com>
Fri, 7 Aug 2009 18:13:49 +0000 (11:13 -0700)
committerPaul Jakma <paul@quagga.net>
Thu, 13 Aug 2009 09:21:13 +0000 (10:21 +0100)
commit065de90380c88d9fcc116627f714bed9984c2723
tree79061a2699e0dc3e87c218b3b57c2f0577d5a69a
parent5bd5881838c22e075c3d0c245a8952a55e9dca38
all: check return value from daemon() call

* */*main.c: (main) Current versions of Gcc warn if the return value for
  daemon() is not checked.  So add a simple test and exit on failure.
isisd/isis_main.c
ospf6d/ospf6_main.c
ospfd/ospf_main.c
ripd/rip_main.c
ripngd/ripng_main.c
tests/main.c
watchquagga/watchquagga.c
zebra/main.c
zebra/test_main.c