All calls to event_add_to_select_args() call GetTimeOfDay() and
authorJeremy Allison <jra@samba.org>
Wed, 22 Dec 2010 22:52:50 +0000 (14:52 -0800)
committerJeremy Allison <jra@samba.org>
Thu, 23 Dec 2010 00:08:11 +0000 (01:08 +0100)
commit30d29e64cb5e0f1360ff47dd6d074d25fa86e5fd
tree3c3d56a56b041ea869c4e750b59641e9f3495059
parent03b8b8e19952c40eb3eb22e16e7fbae4073b7b4b
All calls to event_add_to_select_args() call GetTimeOfDay() and
pass this in as the &now parameter. Push this call inside of
event_add_to_select_args() to the correct point so it doesn't
get called unless needed.

Jeremy.

Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Thu Dec 23 01:08:11 CET 2010 on sn-devel-104
source3/include/event.h
source3/lib/events.c
source3/nmbd/nmbd_packets.c
source3/smbd/process.c
source3/winbindd/winbindd_dual.c