diff --git a/core/src/main/groovy/com/muwire/core/connection/Connection.groovy b/core/src/main/groovy/com/muwire/core/connection/Connection.groovy index 51ec2e1f..97546775 100644 --- a/core/src/main/groovy/com/muwire/core/connection/Connection.groovy +++ b/core/src/main/groovy/com/muwire/core/connection/Connection.groovy @@ -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) }