提交 125980cb 编写于 作者: C Cole Robinson

Fix daemon TCP listen cleanup

上级 cf473473
Tue Feb 17 09:49:49 EST 2009 Cole Robinson <crobinso@redhat.com>
* qemud/qemud.c : Fix daemon TCP listen cleanup
Tue Feb 17 09:47:05 EST 2009 Cole Robinson <crobinso@redhat.com>
* src/qemu_driver.c : Remove incorrect ATTRIBUTE_UNUSED usage.
......
......@@ -713,7 +713,7 @@ remoteListenTCP (struct qemud_server *server,
cleanup:
for (i = 0; i < nfds; ++i)
close(fds[0]);
close(fds[i]);
return -1;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册