dnsd
dnsd copied to clipboard
Make convenient = false work.
Without convenient = true, the convenient.final_response does nothing (returns undefined), so next msg.toBinary() call throws exception. As there is no another place in the code to encode and send response, this fix looks reasonable.