mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-22 21:58:08 +00:00
Remove iterate from pipe
This commit is contained in:
parent
5a1a999f04
commit
d6fe34067c
1 changed files with 0 additions and 1 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue