diff options
Diffstat (limited to 'lib/qpnexus.c')
-rw-r--r-- | lib/qpnexus.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/qpnexus.c b/lib/qpnexus.c index 8b2e9332..861f7eee 100644 --- a/lib/qpnexus.c +++ b/lib/qpnexus.c @@ -98,9 +98,8 @@ qpn_start(void* arg) } /* block for some input, output or timeout */ - actions = qps_pselect(qpn->selection, - qtimer_pile_top_time(qpn->pile, - qtimer_time_future(now + QTIME(MAX_PSELECT_TIMOUT)))); + actions = qps_pselect( qpn->selection, + qtimer_pile_top_time(qpn->pile, now + QTIME(MAX_PSELECT_TIMOUT)) ); if (actions < 0) { zabort_errno("qps_pselect failed"); |