[dovecot-cvs] dovecot/src/deliver duplicate.c,1.2,1.3

cras at dovecot.org cras at dovecot.org
Sat Aug 26 16:46:27 EEST 2006


Update of /var/lib/cvs/dovecot/src/deliver
In directory talvi:/tmp/cvs-serv19516

Modified Files:
	duplicate.c 
Log Message:
When reading the duplicate entries, the timestamp wasn't saved so the entry
was lost afterwards.



Index: duplicate.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/deliver/duplicate.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- duplicate.c	16 Jun 2006 09:30:07 -0000	1.2
+++ duplicate.c	26 Aug 2006 13:46:25 -0000	1.3
@@ -127,6 +127,7 @@
 			d->id_size = id_size;
 			d->user = p_strndup(file->pool,
 					    data + id_size, user_size);
+			d->time = stamp;
 			hash_insert(file->hash, d, d);
 		} else {
                         change_count++;



More information about the dovecot-cvs mailing list