dovecot-2.0: auth: Fixed code comment.
dovecot at dovecot.org
dovecot at dovecot.org
Mon Jun 14 23:04:43 EEST 2010
details: http://hg.dovecot.org/dovecot-2.0/rev/d15d5d828d6b
changeset: 11548:d15d5d828d6b
user: Timo Sirainen <tss at iki.fi>
date: Mon Jun 14 21:04:40 2010 +0100
description:
auth: Fixed code comment.
diffstat:
src/auth/mech-plain.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (13 lines):
diff -r d24cd07babb6 -r d15d5d828d6b src/auth/mech-plain.c
--- a/src/auth/mech-plain.c Mon Jun 14 20:41:23 2010 +0100
+++ b/src/auth/mech-plain.c Mon Jun 14 21:04:40 2010 +0100
@@ -15,8 +15,7 @@
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;
More information about the dovecot-cvs
mailing list