summaryrefslogtreecommitdiff
path: root/source3/auth/pass_check.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/auth/pass_check.c')
-rw-r--r--source3/auth/pass_check.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/auth/pass_check.c b/source3/auth/pass_check.c
index f8c0da89a6..bd712b3563 100644
--- a/source3/auth/pass_check.c
+++ b/source3/auth/pass_check.c
@@ -27,9 +27,9 @@
extern int DEBUGLEVEL;
/* these are kept here to keep the string_combinations function simple */
-static fstring this_user[100] = "";
-static fstring this_salt[100] = "";
-static fstring this_crypted[100] = "";
+static fstring this_user;
+static fstring this_salt;
+static fstring this_crypted;
#ifdef WITH_AFS