diff options
Diffstat (limited to 'auth.c')
| -rw-r--r-- | auth.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -337,7 +337,7 @@ int auth_login(const struct auth *const a, const char *const user, if (res < 0) { - fprintf(stderr, "%s: generate_cookie failed\n", __func__); + fprintf(stderr, "%s: compare_pwd failed\n", __func__); goto end; } else if (!res) |
