From: Timo Sirainen Date: Fri, 9 Jan 2009 16:17:20 +0000 (-0500) Subject: apop: Compile fix for previous commit. X-Git-Tag: 1.2.beta1~137 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2964c8ebf72349ce1848de142a57db484fa34280;p=thirdparty%2Fdovecot%2Fcore.git apop: Compile fix for previous commit. --HG-- branch : HEAD --- diff --git a/src/auth/mech-apop.c b/src/auth/mech-apop.c index 46d59b995f..19bf7db2a8 100644 --- a/src/auth/mech-apop.c +++ b/src/auth/mech-apop.c @@ -109,7 +109,8 @@ mech_apop_auth_initial(struct auth_request *auth_request, auth_request_fail(auth_request); return; } - memcpy(request->response_digest, tmp + 1, sizeof(request->digest)); + memcpy(request->response_digest, tmp + 1, + sizeof(request->response_digest)); /* the challenge must begin with trusted unique ID. we trust only ourself, so make sure it matches our connection specific UID