Cyrus IMAPd 2.3.11 Released

Simon Matter simon.matter at invoca.ch
Tue Dec 11 06:30:44 EST 2007


> I am pleased to announce the release of Cyrus IMAPd 2.3.11.  This
> release should be considered production quality.

The patch below fixes a typo which prevents building on older GCC.

Simon

--- cyrus-imapd-2.3.11/imap/index.c.orig        Fri Oct 26 17:31:40 2007
+++ cyrus-imapd-2.3.11/imap/index.c     Tue Dec 11 11:20:27 2007
@@ -2578,7 +2578,7 @@
     unsigned long msg_size = 0;
     const char *cacheitem;
     int fetchmime = 0;
-    unsigned size, offset = 0, skip = 0;;
+    unsigned size, offset = 0, skip = 0;
     int n, r = 0;

     if (outsize) *outsize = 0;




More information about the Info-cyrus mailing list