Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
9e1291d9
...
9e1291d9bafa23909cfb7d241dd0b148e6216608
authored
2006-06-27 13:11:04 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mu_check_mysql_scrambled_password): Use get_salt_from_scrambled.
1 parent
ad938942
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sql/mysql.c
sql/mysql.c
View file @
9e1291d
...
...
@@ -319,7 +319,7 @@ mu_check_mysql_scrambled_password (const char *scrambled, const char *message)
scrambled
=
buf
;
}
get_salt_from_
passwor
d
(
hash_pass
,
scrambled
);
get_salt_from_
scramble
d
(
hash_pass
,
scrambled
);
scramble_password
(
hash_message
,
message
);
return
!
(
hash_message
[
0
]
==
hash_pass
[
0
]
&&
hash_message
[
1
]
==
hash_pass
[
1
]);
...
...
Please
register
or
sign in
to post a comment