fix parsing of first hop

pull/4/head
Zlatin Balevsky 2019-06-01 11:03:27 +01:00
parent 1e314b3cca
commit d5b8c0c694
1 changed files with 1 additions and 1 deletions

View File

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