aboutsummaryrefslogtreecommitdiff
path: root/lib/base/filepush.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/base/filepush.cpp')
-rw-r--r--lib/base/filepush.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/base/filepush.cpp b/lib/base/filepush.cpp
index d43b6e1c..605ec8a8 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 = POLLPRI;
poll(&pfd, 1, 10000);
sleep(5); /* HACK to allow ES buffer to drain */
already_empty = 1;