Content scanning: Fix locking on message spool files. Bug 2275
[exim.git] / src / src / globals.c
index 7c63730aa1d40036dda8701551353a61d1f3881d..ec948151fc712a5e79c3ba338614ec25f74ea78f 100644 (file)
@@ -1395,6 +1395,7 @@ uschar *spf_smtp_comment       = NULL;
 #endif
 
 BOOL    split_spool_directory  = FALSE;
+FILE   *spool_data_file               = NULL;
 uschar *spool_directory        = US SPOOL_DIRECTORY
                            "\0<--------------Space to patch spool_directory->";
 BOOL    spool_file_wireformat  = FALSE;