parse first hop correctly

pull/4/head
Zlatin Balevsky 2019-05-25 18:42:23 +01:00
parent eae1b01c1c
commit dc3f4ba242
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ abstract class Connection implements Closeable {
QueryEvent event = new QueryEvent ( searchEvent : searchEvent,
replyTo : replyTo,
receivedOn : endpoint.destination,
firstHop : search.firstHop )
firstHop : Boolean.parseBoolean(search.firstHop) )
eventBus.publish(event)
}