From d6fe34067cd9db23521e052bae155f677528ce24 Mon Sep 17 00:00:00 2001 From: Yann Diorcet Date: Wed, 13 Jun 2012 16:28:42 +0200 Subject: [PATCH] Remove iterate from pipe --- daemon/daemon.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/daemon/daemon.cc b/daemon/daemon.cc index 8ee7a8949..a58b6208b 100644 --- a/daemon/daemon.cc +++ b/daemon/daemon.cc @@ -416,7 +416,6 @@ char *Daemon::readPipe(char *buffer, int buflen) { pfd[1].fd = mChildFd; nfds++; } - iterate(); int err = poll(pfd, nfds, 50); if (err > 0) { if (mServerFd != -1 && (pfd[0].revents & POLLIN)) {