From: Jeremy Allison Date: Mon, 8 Jul 2019 21:57:17 +0000 (-0700) Subject: s3: smbd: Remove unused DPTR_IDLE_TIMEOUT. X-Git-Tag: talloc-2.3.0~142 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=80ae1eba8cb5121172cb3478326e6990d1dc3f4e;p=thirdparty%2Fsamba.git s3: smbd: Remove unused DPTR_IDLE_TIMEOUT. Signed-off-by: Jeremy Allison Reviewed-by: Andreas Schneider --- diff --git a/source3/include/local.h b/source3/include/local.h index 9ae1bcf5347..b02ebd5a24c 100644 --- a/source3/include/local.h +++ b/source3/include/local.h @@ -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)