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
6427c5b5
...
6427c5b593b3a71be1137369a3ff313f4d793692
authored
2008-06-16 07:53:57 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(chk_sha): Remove useless return.
1 parent
9d706f37
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
auth/ldap.c
auth/ldap.c
View file @
6427c5b
...
...
@@ -682,7 +682,6 @@ chk_sha (const char *db_pass, const char *pass)
return
memcmp
(
sha1digest
,
d1
,
sizeof
sha1digest
)
==
0
?
0
:
MU_ERR_AUTH_FAILURE
;
return
ENOSYS
;
}
static
int
...
...
Please
register
or
sign in
to post a comment