From 58ed70f37865d81d98d2fca87139465dc21e5bb1 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Thu, 30 Aug 2001 20:09:49 +0000 Subject: Fixed silly typo. Jeremy. (This used to be commit 6ee2b41429e43f6a9a58eba3cb01b952be3d5ca5) --- source3/auth/pass_check.c | 6 +++--- source3/passdb/pass_check.c | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'source3') 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 -- cgit