From: Andrew Lewis Date: Mon, 2 Feb 2015 20:39:58 +0000 (+0200) Subject: Fix bad change in Exim patch X-Git-Tag: 0.9.0~782^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F134%2Fhead;p=rspamd.git Fix bad change in Exim patch --- diff --git a/contrib/exim/patch-exim-src_spam.c.diff b/contrib/exim/patch-exim-src_spam.c.diff index 31cd21939..0dd8f09ba 100644 --- a/contrib/exim/patch-exim-src_spam.c.diff +++ b/contrib/exim/patch-exim-src_spam.c.diff @@ -318,7 +318,7 @@ diff -ru a/src/spam.h b/src/spam.h uschar tcp_addr[24]; - unsigned int tcp_port; + unsigned short int tcp_port; -+ BOOL is_rspamd; ++ int is_rspamd:1; } spamd_address_container; #endif