]> git.openfabrics.org - ~shefty/librdmacm.git/commit
[4/4] Declare 'server_port' as an unsigned variable
authorBart Van Assche <bvanassche@acm.org>
Sun, 28 Jul 2013 09:20:54 +0000 (11:20 +0200)
committerSean Hefty <sean.hefty@intel.com>
Tue, 30 Jul 2013 22:43:55 +0000 (15:43 -0700)
commita8becf33bbbb363cb2e0f2b45456bc82b345c453
tree41e944da9e3a2e6f7aecde72a095aee914508844
parenteee05e6604a60b007249f97613d3bb513c07c20d
[4/4] Declare 'server_port' as an unsigned variable

Change the data type of the 'server_port' variable from signed to
unsigned such that the cast in the fscanf() call can be removed.

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
src/acm.c