diff options
Diffstat (limited to 'source3/passdb')
-rw-r--r-- | source3/passdb/pass_check.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/passdb/pass_check.c b/source3/passdb/pass_check.c index b6cc403b86..f8c0da89a6 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 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 |