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

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