Browse code

Fix bug introducted in revision 3277

git-svn: trunk@3288

Nigel Horne authored on 2007/10/09 17:46:25
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Tue Oct  9 08:47:44 BST 2007 (njh)
2
+----------------------------------
3
+  * clamav-milter:	Fix bug introducted in revision 3277.
4
+
1 5
 Mon Oct  8 23:20:23 CEST 2007 (tk)
2 6
 ----------------------------------
3 7
   * 0.92rc1 (released with JS and PST code removed)
... ...
@@ -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-20081005"
36
+#define	CM_VERSION	"0.92rc1"
37 37
 
38 38
 #if HAVE_CONFIG_H
39 39
 #include "clamav-config.h"
... ...
@@ -573,8 +573,7 @@ static	void	spf_ip(char *ip, int zero, void *v);
573 573
 static	sfsistat	black_hole(const struct privdata *privdata);
574 574
 static	int	useful_header(const char *cmd);
575 575
 
576
-extern	short	logg_time, logg_lock, logg_verbose, logg_foreground;
577
-extern	int	logg_size;
576
+extern	short	logg_foreground;
578 577
 
579 578
 static void
580 579
 help(void)