1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-03 13:47:25 +03:00

Fix from Paul Green to set correct lengths.

Jeremy.
(This used to be commit 52b9b6d519c38b2a3e524d098a09fb996e8a2047)
This commit is contained in:
Jeremy Allison 2001-08-30 19:16:56 +00:00
parent e555b969b2
commit 8debe5b629
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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