X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/cd9f6cc9a0b18aa62d88448d04e7a163606167c4..7af17e298fb338d477f2d93ab230e395c656ea9f:/lib/base/filepush.cpp diff --git a/lib/base/filepush.cpp b/lib/base/filepush.cpp index d43b6e1c..3412c84a 100644 --- a/lib/base/filepush.cpp +++ b/lib/base/filepush.cpp @@ -192,7 +192,7 @@ void eFilePushThread::thread() struct pollfd pfd; pfd.fd = m_fd_dest; - pfd.events = POLLHUP; + pfd.events = POLLIN; poll(&pfd, 1, 10000); sleep(5); /* HACK to allow ES buffer to drain */ already_empty = 1;