Fix one of the valgrind warnings from bug #6814 - Fixes for problems reported by...
authorRoel van Meer <rolek@alt001.com>
Fri, 26 Feb 2010 23:09:33 +0000 (15:09 -0800)
committerKarolin Seeger <kseeger@samba.org>
Tue, 2 Mar 2010 12:27:18 +0000 (13:27 +0100)
commita0254fa053cbaa8689de4f13893c50014085f7c8
tree8481b89df188bdcc0fccecb0474e797b16a908f1
parent4178dc4ed4b160a8f9ec08b1c729deae47b8368a
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.c
source3/winbindd/winbindd_dual.c