X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fauths%2Fcall_pwcheck.c;h=cf21a18c0cf347a37fef848ffb4f150e0a711bfa;hb=23f2e90d7982f35e7a94a9df3128c1e574a26770;hp=089f501a7b73d463193ef7bafd77f71b9072d2dc;hpb=3386088d5af4d4c61faa12ae29560e2c5bd43304;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/auths/call_pwcheck.c b/src/src/auths/call_pwcheck.c index 089f501a7..cf21a18c0 100644 --- a/src/src/auths/call_pwcheck.c +++ b/src/src/auths/call_pwcheck.c @@ -49,7 +49,7 @@ if (pw == NULL) DEBUG(D_auth) debug_printf("Running pwcheck authentication for user \"%s\"\n", s); -switch (pwcheck_verify_password(CS s, CS pw, (const char **)(&reply))) +switch (pwcheck_verify_password(CS s, CS pw, CCSS &reply)) { case PWCHECK_OK: DEBUG(D_auth) debug_printf("pwcheck: success (%s)\n", reply);