fix remaining review comments

This commit is contained in:
Roland 2011-12-05 21:43:58 +01:00
parent cdc5492101
commit 82dc4d67c9
3 changed files with 4 additions and 3 deletions

View file

@ -139,7 +139,7 @@ class RemoteSystemDaemon(remote: Remote) extends Actor {
}
message.getActorPath match {
case RemoteActorPath(addr, elems) if addr == remoteAddress && elems.size > 0
case RemoteActorPath(`remoteAddress`, elems) if elems.size > 0
val name = elems.last
systemImpl.provider.actorFor(systemImpl.lookupRoot, elems.dropRight(1)) match {
case x if x eq system.deadLetters