summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/auth/pass_check.c6
-rw-r--r--source3/passdb/pass_check.c6
2 files changed, 6 insertions, 6 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
diff --git a/source3/passdb/pass_check.c b/source3/passdb/pass_check.c
index f8c0da89a6..bd712b3563 100644
--- a/source3/passdb/pass_check.c
+++ b/source3/passdb/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