aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/sledjchisl
diff options
context:
space:
mode:
Diffstat (limited to 'src/sledjchisl')
-rw-r--r--src/sledjchisl/sledjchisl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c
index 440b4ff..54adecd 100644
--- a/src/sledjchisl/sledjchisl.c
+++ b/src/sledjchisl/sledjchisl.c
@@ -3537,7 +3537,7 @@ char *checkSLOSpassword(reqData *Rd, char *salt, char *password, char *passwordH
3537 unsigned char *md5hash = xzalloc(17); 3537 unsigned char *md5hash = xzalloc(17);
3538 char *hash = NULL, *passHash = NULL; 3538 char *hash = NULL, *passHash = NULL;
3539 3539
3540T("checkSLOSpassword(%s, %s, %s, ", password, salt, passwordHash, fail); 3540t("checkSLOSpassword(%s, %s, %s, ", password, salt, passwordHash, fail);
3541 // Calculate passHash. 3541 // Calculate passHash.
3542 if (!qhashmd5((void *) password, strlen(password), md5hash)) 3542 if (!qhashmd5((void *) password, strlen(password), md5hash))
3543 { 3543 {