]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
auth: Fixed code comment.
authorTimo Sirainen <tss@iki.fi>
Mon, 14 Jun 2010 20:04:40 +0000 (21:04 +0100)
committerTimo Sirainen <tss@iki.fi>
Mon, 14 Jun 2010 20:04:40 +0000 (21:04 +0100)
--HG--
branch : HEAD

src/auth/mech-plain.c

index fc0b131ffc4275c2696938be656184aa59830b39..0dc376eac5e4bf0a1826929a30c074c4b136b729 100644 (file)
@@ -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;