diff --git a/daemon/qrexec-daemon.c b/daemon/qrexec-daemon.c index a4626a20..2b9e5a4e 100644 --- a/daemon/qrexec-daemon.c +++ b/daemon/qrexec-daemon.c @@ -307,7 +307,7 @@ static void init(int xid) if (!opt_quiet) LOG(ERROR, "Waiting for VM's qrexec agent."); struct pollfd fds[1] = {{ .fd = pipes[0], .events = POLLIN | POLLHUP, .revents = 0 }}; - for (i=0;i