1
0
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:
Jeremy Allison 0001-01-01 00:00:00 +00:00
parent 52b9b6d519
commit 6ee2b41429
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 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

View File

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