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)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:16:22 +0000 (11:16 -0500)
commit8272a5ab0605fcf95527143c4f909aa1008e5b94
tree35cc5a4d18f42122598b87afd5fe9e795808dae7
parent77fb19c45dcb07f5b675831979fbd74a99e30638
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