fence-virt/common
Masatake YAMATO 99d6fa5746 fence-virtd: Use perror only if the last system call returns an error.
Fix wrong usage of perror. perror is called when data filled
by read system call is shorter than expected. It is not an error
of system call.  In such case perror should not be used.
Similar code can be found in place where write system call is used.

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
2015-02-08 01:31:36 +09:00
..
bcast.c initial checkin 2009-07-28 10:46:53 -04:00
debug.c Make debugging work from modules again 2009-09-03 17:45:38 -04:00
fdops.c initial checkin 2009-07-28 10:46:53 -04:00
ip_lookup.c fence-virt: Fix fd leak when finding local addresses 2012-10-17 13:20:15 -04:00
log.c Add missing log.c. Enable syslog wrapping 2009-08-31 09:38:28 -04:00
Makefile.in Make symlink/compatibilty mode disabled by default 2009-09-23 12:04:32 -04:00
mcast.c Fix static analysis errors 2011-09-20 11:40:39 -04:00
simple_auth.c fence-virtd: Use perror only if the last system call returns an error. 2015-02-08 01:31:36 +09:00
tcp.c fence_virtd: Fix memcpy size params in the TCP plugin 2012-10-26 18:15:53 -04:00