r15088: Remove all time() and gettimeofday() calls out of the mainline
authorJeremy Allison <jra@samba.org>
Sat, 15 Apr 2006 04:07:10 +0000 (04:07 +0000)
committerJeremy Allison <jra@samba.org>
Sat, 15 Apr 2006 04:07:10 +0000 (04:07 +0000)
commit32b864ba3002cef4fb1a26c4437fdaacd7501a40
tree35cc5a4d18f42122598b87afd5fe9e795808dae7
parentb1698bdaf498e55eab3c77387bdc0eadc5f00420
r15088: Remove all time() and gettimeofday() calls out of the mainline
packet processing code. Only do these when needed (ie. in the
idle timeout code). We drop an unneccessary global here too.
Jeremy.
source/auth/auth_sam.c
source/include/smb.h
source/smbd/conn.c
source/smbd/oplock.c
source/smbd/process.c
source/smbd/service.c