summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--source/auth/pass_check.c6
-rw-r--r--source/passdb/pass_check.c6
2 files changed, 6 insertions, 6 deletions
diff --git a/source/auth/pass_check.c b/source/auth/pass_check.c
index e31827ba0e3..e1b84541fd9 100644
--- a/source/auth/pass_check.c
+++ b/source/auth/pass_check.c
@@ -27,9 +27,9 @@
extern int DEBUGLEVEL;
/* these are kept here to keep the string_combinations function simple */
-static char this_user[100] = "";
-static char this_salt[100] = "";
-static char this_crypted[100] = "";
+static fstring this_user[100] = "";
+static fstring this_salt[100] = "";
+static fstring this_crypted[100] = "";
#ifdef WITH_AFS
diff --git a/source/passdb/pass_check.c b/source/passdb/pass_check.c
index e31827ba0e3..e1b84541fd9 100644
--- a/source/passdb/pass_check.c
+++ b/source/passdb/pass_check.c
@@ -27,9 +27,9 @@
extern int DEBUGLEVEL;
/* these are kept here to keep the string_combinations function simple */
-static char this_user[100] = "";
-static char this_salt[100] = "";
-static char this_crypted[100] = "";
+static fstring this_user[100] = "";
+static fstring this_salt[100] = "";
+static fstring this_crypted[100] = "";
#ifdef WITH_AFS