]> source.dussan.org Git - rspamd.git/commitdiff
Fix bad change in Exim patch 134/head
authorAndrew Lewis <nerf@judo.za.org>
Mon, 2 Feb 2015 20:39:58 +0000 (22:39 +0200)
committerAndrew Lewis <nerf@judo.za.org>
Mon, 2 Feb 2015 20:39:58 +0000 (22:39 +0200)
contrib/exim/patch-exim-src_spam.c.diff

index 31cd21939257fa84ed1c6cd56b7a16053ba6fd43..0dd8f09ba59d1e60c7c96bcd3eba1fc92d266c77 100644 (file)
@@ -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