[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:06:14 UTC 2010
The following commit has been merged in the debian/unstable branch:
commit a383350ae8904a3eb3f54009e541c0054e5532c0
Author: aCaB <acab at clamav.net>
Date: Wed Sep 30 12:41:47 2009 +0200
bb#1708
diff --git a/ChangeLog b/ChangeLog
index 50b9fd3..b367cd6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Sep 30 12:40:50 CEST 2009 (acab)
+------------------------------------
+ * clamdscan/clamdscan.c: properly init variable (bb#1708)
+
Wed Sep 30 00:51:19 CEST 2009 (acab)
------------------------------------
* clamd, shared: merge a set of win32 patches from
diff --git a/clamdscan/clamdscan.c b/clamdscan/clamdscan.c
index 121019d..fb7bc79 100644
--- a/clamdscan/clamdscan.c
+++ b/clamdscan/clamdscan.c
@@ -53,7 +53,7 @@ static void print_server_version(const struct optstruct *opt)
int main(int argc, char **argv)
{
- int ds, dms, ret, infected;
+ int ds, dms, ret, infected = 0;
struct timeval t1, t2;
struct timezone tz;
time_t starttime;
--
Debian repository for ClamAV
More information about the Pkg-clamav-commits
mailing list