mirror of https://github.com/zlatinb/muwire
fix parsing of first hop
parent
1e314b3cca
commit
d5b8c0c694
|
@ -165,7 +165,7 @@ abstract class Connection implements Closeable {
|
||||||
QueryEvent event = new QueryEvent ( searchEvent : searchEvent,
|
QueryEvent event = new QueryEvent ( searchEvent : searchEvent,
|
||||||
replyTo : replyTo,
|
replyTo : replyTo,
|
||||||
receivedOn : endpoint.destination,
|
receivedOn : endpoint.destination,
|
||||||
firstHop : Boolean.parseBoolean(search.firstHop) )
|
firstHop : search.firstHop )
|
||||||
eventBus.publish(event)
|
eventBus.publish(event)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue