[dovecot-cvs] dovecot/src/lib-storage mail-storage.c,1.10,1.11

cras at procontrol.fi cras at procontrol.fi
Tue Feb 11 22:10:22 EET 2003


Update of /home/cvs/dovecot/src/lib-storage
In directory danu:/tmp/cvs-serv24287

Modified Files:
	mail-storage.c 
Log Message:
..and it went wrong..



Index: mail-storage.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib-storage/mail-storage.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- mail-storage.c	11 Feb 2003 20:09:37 -0000	1.10
+++ mail-storage.c	11 Feb 2003 20:10:20 -0000	1.11
@@ -43,7 +43,7 @@
 		return;
 
 	for (str = t_strsplit(env, " "); *str != NULL; str++) {
-		if (*str == '\0')
+		if (**str == '\0')
 			continue;
 
 		list = client_workaround_list;




More information about the dovecot-cvs mailing list