r8409: fixed another error found on netbsd.
authorAndrew Tridgell <tridge@samba.org>
Wed, 13 Jul 2005 03:55:22 +0000 (03:55 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:22:59 +0000 (13:22 -0500)
commitb433d615370dfad05befb1ca524c2cbc0d4e64bc
treeb79fa364d70222d90d470e446a9ed3b0d98d0aa3
parentd1291dacbd8c5e736e7d8288fb00b5368288b711
r8409: fixed another error found on netbsd.

some of our torture code does its own timeout processing, which means
there is no event timer in the event context. To fix this gererically
I have added a 30 second timout to all select/epoll calls so the
callers timeout loop is guaranteed to run eventually
(This used to be commit 01e5aa146439f2dbf6c4133a0b5d910383a6576b)
source4/lib/events/events_standard.c