[dovecot-cvs] dovecot/src/lib-storage/index index-search.c, 1.127, 1.128
tss at dovecot.org
tss at dovecot.org
Tue Apr 3 21:18:10 EEST 2007
Update of /var/lib/cvs/dovecot/src/lib-storage/index
In directory talvi:/tmp/cvs-serv5619
Modified Files:
index-search.c
Log Message:
fix
Index: index-search.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/index-search.c,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -d -r1.127 -r1.128
--- index-search.c 3 Apr 2007 17:02:59 -0000 1.127
+++ index-search.c 3 Apr 2007 18:18:08 -0000 1.128
@@ -413,6 +413,7 @@
if (strcasecmp(ctx->hdr->name, arg->hdr_field_name) != 0)
return;
+ break;
default:
return;
}
More information about the dovecot-cvs
mailing list