Browse code

Fix compilation error from fix to bug 577

git-svn: trunk@3200

Nigel Horne authored on 2007/09/02 21:33:41
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Sun Sep  2 12:41:46 BST 2007 (njh)
2
+----------------------------------
3
+  * clamav-milter:	Fix compilation error from fix to bug 577
4
+
1 5
 Sun Sep  2 13:28:01 CEST 2007 (tk)
2 6
 ----------------------------------
3 7
   * clamd: fix compilation error
... ...
@@ -33,7 +33,7 @@
33 33
  */
34 34
 static	char	const	rcsid[] = "$Id: clamav-milter.c,v 1.312 2007/02/12 22:24:21 njh Exp $";
35 35
 
36
-#define	CM_VERSION	"devel-20080831"
36
+#define	CM_VERSION	"devel-20080902"
37 37
 
38 38
 #if HAVE_CONFIG_H
39 39
 #include "clamav-config.h"
... ...
@@ -5544,8 +5544,6 @@ timeoutBlacklist(char *ip_address, int time_of_blacklist, void *v)
5544 5544
 static void
5545 5545
 quit(void)
5546 5546
 {
5547
-	extern short cli_leavetemps_flag;
5548
-
5549 5547
 	quitting++;
5550 5548
 
5551 5549
 #ifdef	SESSION