diff src/dnsbl.h @ 242:d8ee4c97b9ab stable-6-0-26

64 bit fixes for libresolv.a
author Carl Byington <carl@five-ten-sg.com>
date Fri, 19 Nov 2010 13:01:07 -0800
parents 7b818a4e21a4
children 15bf4f68a0b2
line wrap: on
line diff
--- a/src/dnsbl.h	Fri Nov 19 10:34:33 2010 -0800
+++ b/src/dnsbl.h	Fri Nov 19 13:01:07 2010 -0800
@@ -31,7 +31,7 @@
     CONFIG  *pc;                            // global filtering configuration
     int     fd;                             // to talk to dns resolver process
     bool    err;                            // did we get any errors on the resolver socket?
-    int     ip;                             // ip4 address of the smtp client
+    int32_t ip;                             // ip4 address of the smtp client
     const char      *helo;                  // helo from client
     map<DNSBLP, bool> checked;              // map of dnsblp to result of (ip listed on that dnsbl)
     // message specific data