summaryrefslogtreecommitdiff
path: root/source/include/local.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/include/local.h')
-rw-r--r--source/include/local.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/source/include/local.h b/source/include/local.h
index 3ce75eeb4e7..f5f2c318180 100644
--- a/source/include/local.h
+++ b/source/include/local.h
@@ -43,7 +43,7 @@
#define WORDMAX 0xFFFF
/* the maximum password length before we declare a likely attack */
-#define MAX_PASSWORD_LENGTH 200
+#define MAX_PASS_LEN 200
/* separators for lists */
#define LIST_SEP " \t,;:\n\r"
@@ -159,9 +159,4 @@
/* the directory to sit in when idle */
/* #define IDLE_DIR "/" */
-/* Timout (in seconds) to wait for an oplock breal
- message to return. */
-
-#define OPLOCK_BREAK_TIMEOUT 30
-
#endif