From d07bf10330cf7b34a399682c367f004ee323562f Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Mon, 14 Jun 2010 21:04:40 +0100 Subject: [PATCH] auth: Fixed code comment. --HG-- branch : HEAD --- src/auth/mech-plain.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; -- 2.47.3