]> git.openfabrics.org - ~shefty/librdmacm.git/commit
rping: Fix server reporting error on exit
authorSean Hefty <sean.hefty@intel.com>
Mon, 18 Nov 2013 21:12:04 +0000 (13:12 -0800)
committerSean Hefty <sean.hefty@intel.com>
Mon, 18 Nov 2013 21:12:04 +0000 (13:12 -0800)
commitb70a390d8bd8a679571f06ab82e42d68a99bc7d2
treee93d2482fbadbab5970e58b2e895145c10480129
parentc38d43aa2d5dc39dd98f813749dfa496875ad2e1
rping: Fix server reporting error on exit

Commit e57196c71ddd850e14f3e66355f02786e4914f72
rping: added checks to the return values functions
resulted in the rping server always reporting that
it failed.  Fix this by only failing in the case of
an unexpected termination, and not the result of
the client completing.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
examples/rping.c