From: Timo Sirainen Date: Mon, 14 Jun 2010 20:04:40 +0000 (+0100) Subject: auth: Fixed code comment. X-Git-Tag: 2.0.rc1~170 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d07bf10330cf7b34a399682c367f004ee323562f;p=thirdparty%2Fdovecot%2Fcore.git auth: Fixed code comment. --HG-- branch : HEAD --- diff --git a/src/auth/mech-plain.c b/src/auth/mech-plain.c index fc0b131ffc..0dc376eac5 100644 --- a/src/auth/mech-plain.c +++ b/src/auth/mech-plain.c @@ -15,8 +15,7 @@ mech_plain_auth_continue(struct auth_request *request, size_t i, len; int count; - /* authorization ID \0 authentication ID \0 pass. - we'll ignore authorization ID for now. */ + /* authorization ID \0 authentication ID \0 pass. */ authid = (const char *) data; authenid = NULL; pass = NULL;