Fix one of the valgrind warnings from bug #6814 - Fixes for problems reported by...
commit0839da5e76a13012efbcca0ef5fab7717cb3fc2d
authorRoel van Meer <rolek@alt001.com>
Fri, 26 Feb 2010 23:09:33 +0000 (26 15:09 -0800)
committerKarolin Seeger <kseeger@samba.org>
Thu, 6 May 2010 12:23:31 +0000 (6 14:23 +0200)
treec8bd2cb1c4d5f17a7e86be6900cd32bed6b1b82c
parent5fa627c4629e28921a042de31948ba36a1336b27
Fix one of the valgrind warnings from bug #6814 - Fixes for problems reported by valgrind

The timeval passed to event_add_to_select_args() must be initialized
as event_add_to_select_args() uses a timeval_min() on this and next_event.
(cherry picked from commit a0254fa053cbaa8689de4f13893c50014085f7c8)
source3/winbindd/winbindd.c
source3/winbindd/winbindd_dual.c