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)
commit01e5aa146439f2dbf6c4133a0b5d910383a6576b
treea3ba409b2c734cc7a92be61d261a1bc308c8165c
parentd9864e1f9aac1fb19f054c2da996a5099e90941e
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
source/lib/events/events_standard.c