[Dovecot] Dovecot - some more optimisations

Len7hir len7hir at gmail.com
Wed Sep 1 15:24:45 EEST 2010


In dovecot-patch2.diff
> data = _stream->buffer + _stream->skip;

Should be: data = (unsigned char *)_stream->buffer + _stream->skip;


Sorry for this :P

--
Len7hir


More information about the dovecot mailing list