diff options
Diffstat (limited to 'cpp/src/IceGrid/ReplicaSessionI.cpp')
-rw-r--r-- | cpp/src/IceGrid/ReplicaSessionI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/ReplicaSessionI.cpp b/cpp/src/IceGrid/ReplicaSessionI.cpp index 78197e3ea1c..f558e3339d2 100644 --- a/cpp/src/IceGrid/ReplicaSessionI.cpp +++ b/cpp/src/IceGrid/ReplicaSessionI.cpp @@ -172,7 +172,7 @@ ReplicaSessionI::destroy(const Ice::Current& current) _wellKnownObjects->updateReplicatedWellKnownObjects(); // No need to update these if we're shutting down. } - _database->removeReplica(_name, this, shutdown); + _database->removeReplica(_name, shutdown); if(current.adapter) { |