]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
fix comment
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Sun, 3 Apr 2016 01:02:26 +0000 (22:02 -0300)
committerMarek Vavrusa <marek@vavrusa.com>
Thu, 14 Apr 2016 05:36:27 +0000 (22:36 -0700)
daemon/worker.c

index 3484c9c8216513665bf9731b63dde09a7212c6ea..736338d56ec206ad8eee5fd023da477195cb78ec 100644 (file)
@@ -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));
                }