Re: [Dovecot] two little fixes for 2.0.14

2011-09-12 Thread Timo Sirainen
On 13.9.2011, at 2.00, Mike Abbott wrote: > --- a/dovecot/src/lib-index/mail-index-view.c > +++ b/dovecot/src/lib-index/mail-index-view.c > @@ -9,7 +9,7 @@ > void mail_index_view_clone(struct mail_index_view *dest, > const struct mail_index_view *src) > { > - memset(de

[Dovecot] two little fixes for 2.0.14

2011-09-12 Thread Mike Abbott
--- a/dovecot/src/lib-index/mail-index-view.c +++ b/dovecot/src/lib-index/mail-index-view.c @@ -9,7 +9,7 @@ void mail_index_view_clone(struct mail_index_view *dest, const struct mail_index_view *src) { - memset(dest, 0, sizeof(dest)); + memset(dest, 0, sizeo