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

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