Fix one of the valgrind warnings from bug #6814 - Fixes for problems reported by...
commitcfc79f222d0fae7f976bb843da3565c58b2c375e
authorRoel van Meer <rolek@alt001.com>
Fri, 26 Feb 2010 22:54:22 +0000 (26 14:54 -0800)
committerJeremy Allison <jra@samba.org>
Fri, 26 Feb 2010 22:54:22 +0000 (26 14:54 -0800)
tree9899a7b4de43db9a303c17938d80d800746846fc
parentb28afd2bcc825e9fef415f3a256e39e4af1ae84e
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.
source3/winbindd/winbindd_dual.c