commit | 5b1e3c7bf17fcdbaade18e43137fda4bcbfe1e53 | [log] [tgz] |
---|---|---|
author | Roger Meier <roger@apache.org> | Thu Dec 08 13:20:12 2011 +0000 |
committer | Roger Meier <roger@apache.org> | Thu Dec 08 13:20:12 2011 +0000 |
tree | 9e70c372f4c7f97ae4d54556973d1e96b6a5f782 | |
parent | 406fc7497d4c40d4ed3ed99227cf7b90b63150e5 [diff] [blame] |
return 1 if transport open fails git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1211868 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/test/cpp/src/TestClient.cpp b/test/cpp/src/TestClient.cpp index c1d6e07..ed560cb 100755 --- a/test/cpp/src/TestClient.cpp +++ b/test/cpp/src/TestClient.cpp
@@ -229,7 +229,7 @@ transport->open(); } catch (TTransportException& ttx) { printf("Connect failed: %s\n", ttx.what()); - continue; + return 1; } /**