summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ios/StreamTransceiver.cpp
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2017-09-20 22:34:05 +0200
committerJose <jose@zeroc.com>2017-09-20 22:34:05 +0200
commitd294a61a83829d5dbde97af89073f36a8f348172 (patch)
tree05d35141507fa676808dfd6afb1d0ae60498ee3a /cpp/src/Ice/ios/StreamTransceiver.cpp
parentFix el7 C++ build failure (diff)
downloadice-d294a61a83829d5dbde97af89073f36a8f348172.tar.bz2
ice-d294a61a83829d5dbde97af89073f36a8f348172.tar.xz
ice-d294a61a83829d5dbde97af89073f36a8f348172.zip
iOS build failure
Diffstat (limited to 'cpp/src/Ice/ios/StreamTransceiver.cpp')
-rw-r--r--cpp/src/Ice/ios/StreamTransceiver.cpp2
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));
}