[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.95+dfsg-1-6156-g094ec9b

aCaB acab at clamav.net
Sun Apr 4 01:05:54 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit 8b329436048aa60b09311b4c3e8de637035b435e
Author: aCaB <acab at clamav.net>
Date:   Fri Sep 25 15:10:03 2009 +0200

    remove bogus debug printf

diff --git a/ChangeLog b/ChangeLog
index b339443..7510da1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Sep 25 15:09:02 CEST 2009 (acab)
+------------------------------------
+ * clamav-milter/clamav.milter.c: remove debug printf
+
 Fri Sep 25 10:36:48 CEST 2009 (tk)
 ----------------------------------
  * libclamav/matcher-ac.c: add support for line marker (L) (matches CR,
diff --git a/clamav-milter/clamav-milter.c b/clamav-milter/clamav-milter.c
index cc28fc3..7f3df2f 100644
--- a/clamav-milter/clamav-milter.c
+++ b/clamav-milter/clamav-milter.c
@@ -230,8 +230,6 @@ int main(int argc, char **argv) {
 	    snprintf(xvirushdr, sizeof(xvirushdr), "clamav-milter %s", get_version());
 	xvirushdr[sizeof(xvirushdr)-1] = '\0';
 
-	printf("\n%s\n", xvirushdr);
-
 	descr.xxfi_flags |= SMFIF_ADDHDRS;
 
 	if(strcasecmp(pt, "Add")) { /* Replace or Yes */

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list