diff options
author | Marc Laukien <marc@zeroc.com> | 2001-11-21 19:25:44 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-11-21 19:25:44 +0000 |
commit | 00cc33e5c8cc7f7e98376db9079fe11dfb203bdc (patch) | |
tree | 18a2d0900ae89852af6b7211112ad9cba7b8abea /cpp/src/Ice/Proxy.cpp | |
parent | fixes (diff) | |
download | ice-00cc33e5c8cc7f7e98376db9079fe11dfb203bdc.tar.bz2 ice-00cc33e5c8cc7f7e98376db9079fe11dfb203bdc.tar.xz ice-00cc33e5c8cc7f7e98376db9079fe11dfb203bdc.zip |
fixes
Diffstat (limited to 'cpp/src/Ice/Proxy.cpp')
-rw-r--r-- | cpp/src/Ice/Proxy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Proxy.cpp b/cpp/src/Ice/Proxy.cpp index 0d642e39a69..94b688fb545 100644 --- a/cpp/src/Ice/Proxy.cpp +++ b/cpp/src/Ice/Proxy.cpp @@ -348,7 +348,7 @@ IceProxy::Ice::Object::__handleException(const LocalException& ex, int& cnt) { ++cnt; } - catch (const IceSecurity::SecurityException& ex) // TODO: bandaid to make retry w/ ssl work. + catch (const IceSecurity::SecurityException&) // TODO: bandaid to make retry w/ ssl work. { ++cnt; } |