changeset 11548:d15d5d828d6b HEAD

auth: Fixed code comment.
author Timo Sirainen <tss@iki.fi>
date Mon, 14 Jun 2010 21:04:40 +0100
parents d24cd07babb6
children 7b497f801178
files src/auth/mech-plain.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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;