Resolve merge conflict with master

This commit is contained in:
Viktor Klang 2011-09-19 19:00:58 +02:00
commit c5b276db5b

View file

@ -258,7 +258,7 @@ trait Endpoint { this: Actor ⇒
if (!endpoints.isEmpty) endpoints.foreach { _.apply(uri) ! req }
else {
self.channel match {
channel match {
case null | NullChannel _na(uri, req)
case channel channel ! NoneAvailable(uri, req)
}