Browse code

Delete the debug statement not the break :-(

git-svn: trunk@3028

Nigel Horne authored on 2007/04/19 17:36:27
Showing 2 changed files
... ...
@@ -1,3 +1,8 @@
1
+Thu Apr 19 08:43:29 BST 2007 (njh)
2
+----------------------------------
3
+  * clamav-milter:	The wrong line was removed when preparing for
4
+				yesderday's release
5
+
1 6
 Wed Apr 18 10:22:13 BST 2007 (njh)
2 7
 ----------------------------------
3 8
   * clamav-milter:	Fix problem where it wasn't waiting if multiple servers
... ...
@@ -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-070418"
36
+#define	CM_VERSION	"devel-070419"
37 37
 
38 38
 #if HAVE_CONFIG_H
39 39
 #include "clamav-config.h"
... ...
@@ -1542,7 +1542,7 @@ main(int argc, char **argv)
1542 1542
 				 */
1543 1543
 				for(tries = 0; tries < NTRIES - 1; tries++) {
1544 1544
 					if(pingServer(i))
1545
-						logg("ping OK\n");
1545
+						break;
1546 1546
 					if(checkClamd(1))	/* will try all servers */
1547 1547
 						break;
1548 1548
 					logg(_("Waiting for clamd to come up\n"));