[dovecot-cvs] dovecot/src/lib-storage/index/mbox mbox-storage.c,1.37,1.38

cras at procontrol.fi cras at procontrol.fi
Thu Feb 13 09:34:04 EET 2003


Update of /home/cvs/dovecot/src/lib-storage/index/mbox
In directory danu:/tmp/cvs-serv3728/mbox

Modified Files:
	mbox-storage.c 
Log Message:
typofix



Index: mbox-storage.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib-storage/index/mbox/mbox-storage.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- mbox-storage.c	12 Feb 2003 18:16:58 -0000	1.37
+++ mbox-storage.c	13 Feb 2003 07:34:02 -0000	1.38
@@ -242,7 +242,7 @@
 
 static int mbox_is_valid_name(struct mail_storage *storage, const char *name)
 {
-	if (name[0] == '\0' || name[strlen(name)-1] == storage->hierarchy_syp ||
+	if (name[0] == '\0' || name[strlen(name)-1] == storage->hierarchy_sep ||
 	    strchr(name, '*') != NULL || strchr(name, '%') != NULL)
 		return FALSE;
 




More information about the dovecot-cvs mailing list