[dovecot-cvs] dovecot/src/deliver duplicate.c,1.1.2.1,1.1.2.2

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-serv8582

Modified Files:
      Tag: branch_1_0
	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.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- duplicate.c	11 Jun 2006 11:10:55 -0000	1.1.2.1
+++ duplicate.c	26 Aug 2006 13:46:24 -0000	1.1.2.2
@@ -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