All instances of 'pclose' now check for return value != 0.
authorRichard W.M. Jones <rjones@redhat.com>
Wed, 1 Jul 2009 16:13:39 +0000 (17:13 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Wed, 1 Jul 2009 16:13:39 +0000 (17:13 +0100)
commit3e2d925717d1dac6b3862e98192c12d1080c2152
tree85ccb80f7b245ab68b09f3bdc3675c3f89b2182f
parentfe27753ae5925cbe50042e47115364a57aadbbd7
All instances of 'pclose' now check for return value != 0.

We are generally interested that the subcommand ran without
error, ie. had exit status of 0.  'pclose' returns the exit
status, so we now check that pclose (fp) != 0.
daemon/find.c
daemon/initrd.c
daemon/tar.c