Fix code which looked for leaked FDs between each command.
authorRichard Jones <rjones@trick.home.annexia.org>
Thu, 17 Sep 2009 15:44:20 +0000 (16:44 +0100)
committerRichard Jones <rjones@trick.home.annexia.org>
Thu, 17 Sep 2009 15:58:09 +0000 (16:58 +0100)
commitd5fad33b4eaa39722ea1dc96de9446ffc4805e01
tree61e7b245494ff6e3ba27a9b8bc25df96b232e53d
parentda0a4f8d1f6ddd302ceba028d87c6e009589e503
Fix code which looked for leaked FDs between each command.

This code was not checking the return value from system()
so it failed if uncommented.  Add ignore_value() around the
call to system.  However, leave the code still disabled.
daemon/m4/gnulib-cache.m4
daemon/proto.c