summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/udp/AllTests.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2019-07-15 14:35:38 +0200
committerBenoit Foucher <benoit@zeroc.com>2019-07-15 14:35:38 +0200
commit030df3258cbc10c6e8f4fc808002abf93a36e63f (patch)
tree79b73f99b5251d502b3dbed5318575790ace1e94 /cpp/test/Ice/udp/AllTests.cpp
parentUpdate gradle wrapper to latest 4.10 patch release (diff)
downloadice-030df3258cbc10c6e8f4fc808002abf93a36e63f.tar.bz2
ice-030df3258cbc10c6e8f4fc808002abf93a36e63f.tar.xz
ice-030df3258cbc10c6e8f4fc808002abf93a36e63f.zip
Fixed build failures caused by AIX port
Diffstat (limited to 'cpp/test/Ice/udp/AllTests.cpp')
-rw-r--r--cpp/test/Ice/udp/AllTests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/udp/AllTests.cpp b/cpp/test/Ice/udp/AllTests.cpp
index ba11d63ff8b..cbe74f201f6 100644
--- a/cpp/test/Ice/udp/AllTests.cpp
+++ b/cpp/test/Ice/udp/AllTests.cpp
@@ -165,7 +165,7 @@ allTests(Test::TestHelper* helper)
if(communicator->getProperties()->getProperty("Ice.IPv6") == "1")
{
cout << "(not supported) ";
- ret = 5;
+ ret = true;
break;
}
throw;