Blame SOURCES/0001-dapltest-dapltest-with-no-argument-not-working-in-pp.patch

c62445
From 5a1d9e7f386335dcae676b372269a061e6f5294b Mon Sep 17 00:00:00 2001
c62445
From: Carol L Soto <clsoto@linux.vnet.ibm.com>
c62445
Date: Mon, 24 Aug 2015 12:58:58 -0700
c62445
Subject: [PATCH] dapltest: dapltest with no argument not working in ppc64 arch
c62445
c62445
If dapltest is run with no args then the client was getting
c62445
Warning: conn_event_wait DAT_CONNECTION_EVENT_NON_PEER_REJECTED
c62445
Reference to RH1056487- dapltest Read and Write performance
c62445
tests are not working
c62445
c62445
Signed-off-by: Carol L Soto <clsoto@linux.vnet.ibm.com>
c62445
---
c62445
 test/dapltest/cmd/dapl_params.c | 1 +
c62445
 1 file changed, 1 insertion(+)
c62445
c62445
diff --git a/test/dapltest/cmd/dapl_params.c b/test/dapltest/cmd/dapl_params.c
c62445
index f038324..fc4697b 100644
c62445
--- a/test/dapltest/cmd/dapl_params.c
c62445
+++ b/test/dapltest/cmd/dapl_params.c
c62445
@@ -72,6 +72,7 @@ bool DT_Params_Parse(int argc, char *argv[], Params_t * params_ptr)
c62445
 			DT_Mdep_printf("can't get default device name\n");
c62445
 			return false;
c62445
 		}
c62445
+		params_ptr->server_port = Server_Cmd->port;
c62445
 		return true;
c62445
 	}
c62445
 	/* check for a script file */
c62445
-- 
c62445
2.7.3
c62445