9e34f1669e
* New IPv6 patch * Add maxfds= option in cyrus.conf * "The shutdown() Patch" * Now report both built-with and running-with OpenSSL versions * Misc other small bugfixes * Security Appraisers and Bynari review of the majority of the modules in imap/ Approved by chris.
13 lines
372 B
Text
13 lines
372 B
Text
$NetBSD: patch-ae,v 1.2 2003/05/26 06:53:08 martti Exp $
|
|
|
|
--- imap/ipurge.c.orig 2003-04-22 20:39:41.000000000 +0300
|
|
+++ imap/ipurge.c 2003-05-21 10:20:46.000000000 +0300
|
|
@@ -105,7 +105,7 @@
|
|
void print_stats(mbox_stats_t *stats);
|
|
|
|
int main (int argc, char *argv[]) {
|
|
- char option;
|
|
+ int option;
|
|
char buf[MAX_MAILBOX_PATH+1];
|
|
char *alt_config = NULL;
|
|
int r;
|