mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
Fixed silly typo.
Jeremy.
This commit is contained in:
parent
52b9b6d519
commit
6ee2b41429
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user