(chk_sha): Remove useless return.
Showing
1 changed file
with
0 additions
and
1 deletions
... | @@ -682,7 +682,6 @@ chk_sha (const char *db_pass, const char *pass) | ... | @@ -682,7 +682,6 @@ chk_sha (const char *db_pass, const char *pass) |
682 | 682 | ||
683 | return memcmp (sha1digest, d1, sizeof sha1digest) == 0 ? | 683 | return memcmp (sha1digest, d1, sizeof sha1digest) == 0 ? |
684 | 0 : MU_ERR_AUTH_FAILURE; | 684 | 0 : MU_ERR_AUTH_FAILURE; |
685 | return ENOSYS; | ||
686 | } | 685 | } |
687 | 686 | ||
688 | static int | 687 | static int | ... | ... |
-
Please register or sign in to post a comment