fixed merge

This commit is contained in:
Michael Kober 2010-09-20 12:41:40 +02:00
parent 28eb6d1853
commit 8a6c524861

View file

@ -354,8 +354,8 @@ class RemoteServer extends Logging with ListenerManagement {
if (id.startsWith(UUID_PREFIX)) { if (id.startsWith(UUID_PREFIX)) {
actorsByUuid().remove(id.substring(UUID_PREFIX.length)) actorsByUuid().remove(id.substring(UUID_PREFIX.length))
} else { } else {
val actorRef = actors().get(id)
if (actorRef.registeredInRemoteNodeDuringSerialization) { if (actorRef.registeredInRemoteNodeDuringSerialization) {
val actorRef = actors().get(id)
actorsByUuid() remove actorRef.uuid actorsByUuid() remove actorRef.uuid
} }
actors() remove id actors() remove id