]> git.openfabrics.org - ~shefty/librdmacm.git/commit
udpong: Fix client_recv error check
authorSean Hefty <sean.hefty@intel.com>
Wed, 23 Jul 2014 06:24:53 +0000 (23:24 -0700)
committerSean Hefty <sean.hefty@intel.com>
Wed, 23 Jul 2014 06:24:53 +0000 (23:24 -0700)
commita7287adaea52d21cd2d50f1621f8eda37c4c3c90
tree7d4bcb5dac67cf59157ee394bde7a209a3b743de
parent806de778b1fe665dee2f62c7bf7211ab9bd2d53f
udpong: Fix client_recv error check

We only want to report an error if it's not EGAIN.  The if
statement is reversed.  Correct it.

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