summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/Ice/ConnectionFactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/ConnectionFactory.cpp b/cpp/src/Ice/ConnectionFactory.cpp
index ca19635dc21..730211c6aac 100644
--- a/cpp/src/Ice/ConnectionFactory.cpp
+++ b/cpp/src/Ice/ConnectionFactory.cpp
@@ -1617,7 +1617,7 @@ IceInternal::IncomingConnectionFactory::createAcceptor()
_adapter->getThreadPool()->_register(this, SocketOperationRead);
}
}
- catch(const Ice::LocalException&)
+ catch(const Ice::Exception&)
{
if(_acceptor)
{