From: Daniel Kahn Gillmor Date: Sun, 3 Apr 2016 01:02:26 +0000 (-0300) Subject: fix comment X-Git-Tag: v1.0.0~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1111864633a8c4800a574e55ae613b7e6c4f69cc;p=thirdparty%2Fknot-resolver.git fix comment --- diff --git a/daemon/worker.c b/daemon/worker.c index 3484c9c82..736338d56 100644 --- a/daemon/worker.c +++ b/daemon/worker.c @@ -380,7 +380,7 @@ static int qr_task_on_send(struct qr_task *task, uv_handle_t *handle, int status { if (!task->finished) { if (status == 0 && handle) { - io_start_read(handle); /* Start reading answer */ + io_start_read(handle); /* Start reading new query */ } else { DEBUG_MSG("ioreq send_done %p => %d, %s\n", handle, status, uv_strerror(status)); }