From 2073b67cb2f4a2735a7e8565c9b04ea65efec4d4 Mon Sep 17 00:00:00 2001 From: Dwayne Boone Date: Wed, 27 Feb 2008 14:27:09 -0330 Subject: Typo --- cpp/src/Ice/TcpAcceptor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/Ice/TcpAcceptor.cpp') diff --git a/cpp/src/Ice/TcpAcceptor.cpp b/cpp/src/Ice/TcpAcceptor.cpp index ea8513a4f66..2163f7fb47c 100644 --- a/cpp/src/Ice/TcpAcceptor.cpp +++ b/cpp/src/Ice/TcpAcceptor.cpp @@ -105,7 +105,7 @@ IceInternal::TcpAcceptor::TcpAcceptor(const InstancePtr& instance, const string& #ifdef SOMAXCONN _backlog = instance->initializationData().properties->getPropertyAsIntWithDefault("Ice.TCP.Backlog", SOMAXCONN); #else - _backlog = instance->initializationData()->properties.getPropertyAsIntWithDefault("Ice.TCP.Backlog", 511); + _backlog = instance->initializationData().properties->getPropertyAsIntWithDefault("Ice.TCP.Backlog", 511); #endif try -- cgit v1.2.3