[dovecot-cvs] dovecot/src/lib-storage/index/maildir maildir-util.c, 1.7, 1.8

cras at dovecot.org cras at dovecot.org
Sun Sep 5 23:03:40 EEST 2004


Update of /var/lib/cvs/dovecot/src/lib-storage/index/maildir
In directory talvi:/tmp/cvs-serv10446

Modified Files:
	maildir-util.c 
Log Message:
comment fix



Index: maildir-util.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/maildir/maildir-util.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- maildir-util.c	22 Aug 2004 06:24:04 -0000	1.7
+++ maildir-util.c	5 Sep 2004 20:03:37 -0000	1.8
@@ -207,7 +207,7 @@
 
 	if (first_stamp == 0 || first_stamp == ioloop_time) {
 		/* it's possible that within last second another process had
-		   the same UID as us. Use usecs to make sure we don't create
+		   the same PID as us. Use usecs to make sure we don't create
 		   duplicate base name. */
 		first_stamp = ioloop_time;
 		return t_strdup_printf("%s.P%sQ%uM%s.%s",



More information about the dovecot-cvs mailing list