[dovecot-cvs] dovecot/src/auth password-scheme.c,1.13,1.14

cras at dovecot.org cras at dovecot.org
Sun Aug 15 06:52:11 EEST 2004


Update of /home/cvs/dovecot/src/auth
In directory talvi:/tmp/cvs-serv21316/auth

Modified Files:
	password-scheme.c 
Log Message:
oops, shouldn't have committed these



Index: password-scheme.c
===================================================================
RCS file: /home/cvs/dovecot/src/auth/password-scheme.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- password-scheme.c	15 Aug 2004 03:40:30 -0000	1.13
+++ password-scheme.c	15 Aug 2004 03:52:09 -0000	1.14
@@ -64,7 +64,7 @@
 			/* stop at next '$' */
 			p = strchr(p+1, '$');
 			if (p != NULL)
-				*password = t_strdup_until(*password + 3, p);
+				*password = t_strdup_until(*password, p);
 			return "MD5";
 		}
 	}



More information about the dovecot-cvs mailing list