summaryrefslogtreecommitdiff
path: root/cpp/demo/Ice/throughput/Client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/demo/Ice/throughput/Client.cpp')
-rw-r--r--cpp/demo/Ice/throughput/Client.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/demo/Ice/throughput/Client.cpp b/cpp/demo/Ice/throughput/Client.cpp
index 9fdd85733f1..c212a76713a 100644
--- a/cpp/demo/Ice/throughput/Client.cpp
+++ b/cpp/demo/Ice/throughput/Client.cpp
@@ -123,7 +123,7 @@ ThroughputClient::run(int argc, char* argv[])
throughput->recvStructSeq();
throughput->recvFixedSeq();
- throughput->echoByteSeq(emptyBytesBuf);
+ throughput->echoByteSeq(emptyBytes);
throughput->echoStringSeq(emptyStrings);
throughput->echoStructSeq(emptyStructs);
throughput->echoFixedSeq(emptyFixed);
@@ -279,7 +279,7 @@ ThroughputClient::run(int argc, char* argv[])
case 'e':
{
- throughput->echoByteSeq(byteSeq);
+ throughput->echoByteSeq(byteArr);
break;
}
}