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:
parent
e555b969b2
commit
8debe5b629
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user