diff src/dnsbl.h @ 190:004b855c6c1f

fix null pointer dereference from missing HELO command
author carl
date Sat, 10 Nov 2007 10:52:50 -0800
parents f0eda59e8afd
children 8f4a9a37d4d9
line wrap: on
line diff
--- a/src/dnsbl.h	Sat Nov 10 10:41:04 2007 -0800
+++ b/src/dnsbl.h	Sat Nov 10 10:52:50 2007 -0800
@@ -26,6 +26,7 @@
 {
     // callback specific data
     SMFICTX *ctx;                           // updated everytime we fetch this priv pointer from the ctx
+    bool    eom;                            // are we in eom function, so progress function can be called?
 	// connection specific data
 	CONFIG	*pc;							// global filtering configuration
 	int 	fd; 							// to talk to dns resolver process