diff options
author | Jose <jose@zeroc.com> | 2017-09-20 22:34:05 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2017-09-20 22:34:05 +0200 |
commit | d294a61a83829d5dbde97af89073f36a8f348172 (patch) | |
tree | 05d35141507fa676808dfd6afb1d0ae60498ee3a | |
parent | Fix el7 C++ build failure (diff) | |
download | ice-d294a61a83829d5dbde97af89073f36a8f348172.tar.bz2 ice-d294a61a83829d5dbde97af89073f36a8f348172.tar.xz ice-d294a61a83829d5dbde97af89073f36a8f348172.zip |
iOS build failure
-rw-r--r-- | cpp/src/Ice/ios/StreamTransceiver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/ios/StreamTransceiver.cpp b/cpp/src/Ice/ios/StreamTransceiver.cpp index 7eba9c5f83a..b338932dde4 100644 --- a/cpp/src/Ice/ios/StreamTransceiver.cpp +++ b/cpp/src/Ice/ios/StreamTransceiver.cpp @@ -550,5 +550,5 @@ IceObjC::StreamTransceiver::checkErrorStatus(CFWriteStreamRef writeStream, CFRea } throw DNSException(file, line, rs, _host); } - throw CFNetworkException(file, line, CFErrorGetCode(err.get()), domain); + throw CFNetworkException(file, line, CFErrorGetCode(err.get()), fromCFString(domain)); } |