]> git.openfabrics.org - ~shefty/librdmacm.git/commit
rping: Fix server reporting error on exit
authorSean Hefty <sean.hefty@intel.com>
Mon, 18 Nov 2013 20:54:22 +0000 (12:54 -0800)
committerSean Hefty <sean.hefty@intel.com>
Mon, 18 Nov 2013 20:54:22 +0000 (12:54 -0800)
commit8a0f549283ca4b1c5a698f151b67c653ba77dc0c
treefd2bfdd255bc63c9b42a6bb9e3fa4431d18912b3
parent567cd42e37fcefd1a2c5f6690b81004e799f83d0
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