From 844be6638da4dd0fb4a7acd33f758fa3352d1341 Mon Sep 17 00:00:00 2001 From: Bernard Normier Date: Wed, 28 Nov 2007 10:18:06 -0500 Subject: Fixed various bugs --- cpp/src/IceGrid/SessionI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/IceGrid/SessionI.cpp') diff --git a/cpp/src/IceGrid/SessionI.cpp b/cpp/src/IceGrid/SessionI.cpp index 0032d29bdfc..585ceaabeca 100644 --- a/cpp/src/IceGrid/SessionI.cpp +++ b/cpp/src/IceGrid/SessionI.cpp @@ -169,7 +169,7 @@ SessionI::_register(const SessionServantManagerPtr& servantManager, const Ice::C // This is supposed to be called after creation only, no need to synchronize. // _servantManager = servantManager; - return _servantManager->addSession(this, con, false); + return _servantManager->addSession(this, con, ""); } void -- cgit v1.2.3