Fix one of the valgrind warnings from bug #6814 - Fixes for problems reported by...
commita83ad62de26c26fb0731f4052bb396bbc4efc606
authorRoel van Meer <rolek@alt001.com>
Fri, 26 Feb 2010 22:54:22 +0000 (26 14:54 -0800)
committerKarolin Seeger <kseeger@samba.org>
Mon, 29 Mar 2010 07:40:59 +0000 (29 09:40 +0200)
treeee5d6408031c958531f0b46cb4a1c1c7802db001
parentb32fbc0a23ab636d7bf535b1848a7ea6322bcce9
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 78c6291bb310799212f7fc8bf218d4c908e8971e)
source3/winbindd/winbindd_dual.c