s3: smbd: Remove unused DPTR_IDLE_TIMEOUT.
authorJeremy Allison <jra@samba.org>
Mon, 8 Jul 2019 21:57:17 +0000 (14:57 -0700)
committerJeremy Allison <jra@samba.org>
Tue, 9 Jul 2019 23:12:16 +0000 (23:12 +0000)
Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/include/local.h

index 9ae1bcf5347728eb0c14e698149bfbe52a9e63ac..b02ebd5a24c9566a8d4e7cfde9540a301015c6d5 100644 (file)
@@ -98,7 +98,6 @@
    them unless you know what you are doing. These are all in seconds */
 #define SMBD_RELOAD_CHECK (180)
 #define IDLE_CLOSED_TIMEOUT (60)
-#define DPTR_IDLE_TIMEOUT (120)
 #define SMBD_SELECT_TIMEOUT (60)
 #define NMBD_SELECT_LOOP (10)
 #define BROWSE_INTERVAL (60)