diff options
author | Bernard Normier <bernard@zeroc.com> | 2007-11-28 10:18:06 -0500 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2007-11-28 10:18:06 -0500 |
commit | 844be6638da4dd0fb4a7acd33f758fa3352d1341 (patch) | |
tree | dc41641ef0d9899d274930bf2c29511ddce81525 /cpp/src/IceGrid/SessionI.cpp | |
parent | Merge branch 'master' of ssh://cvs.zeroc.com/home/git/ice (diff) | |
download | ice-844be6638da4dd0fb4a7acd33f758fa3352d1341.tar.bz2 ice-844be6638da4dd0fb4a7acd33f758fa3352d1341.tar.xz ice-844be6638da4dd0fb4a7acd33f758fa3352d1341.zip |
Fixed various bugs
Diffstat (limited to 'cpp/src/IceGrid/SessionI.cpp')
-rw-r--r-- | cpp/src/IceGrid/SessionI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |