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

tkojm tkojm at 77e5149b-7576-45b1-b177-96237e5ba77b
Fri Jun 12 19:11:12 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 3ec6c96d8f5200ff9d2790f3d7b86a20631aaaf2
Author: tkojm <tkojm at 77e5149b-7576-45b1-b177-96237e5ba77b>
Date:   Sat Apr 11 09:41:38 2009 +0000

    freshclam: fix calls to execute() (bb#1560)
    
    
    git-svn-id: http://svn.clamav.net/svn/clamav-devel/trunk@5038 77e5149b-7576-45b1-b177-96237e5ba77b

diff --git a/ChangeLog b/ChangeLog
index c96757e..4f435bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sat Apr 11 11:40:38 CEST 2009 (tk)
+----------------------------------
+ * freshclam: fix calls to execute() (bb#1560)
+
 Fri Apr 10 18:20:12 EEST 2009 (edwin)
 -------------------------------------
  * libclamav/vba_extract.c: avoid size 1 reads for performance
diff --git a/freshclam/freshclam.c b/freshclam/freshclam.c
index 897e319..389c029 100644
--- a/freshclam/freshclam.c
+++ b/freshclam/freshclam.c
@@ -459,7 +459,7 @@ int main(int argc, char **argv)
 		    arg = opt->strarg;
 
 		if(arg)
-		    execute("OnErrorExecute", arg, opt);
+		    execute("OnErrorExecute", arg, opts);
 
 		arg = NULL;
 	    }
diff --git a/freshclam/manager.c b/freshclam/manager.c
index a4ad78d..b4177da 100644
--- a/freshclam/manager.c
+++ b/freshclam/manager.c
@@ -1918,7 +1918,7 @@ int downloadmanager(const struct optstruct *opts, const char *hostname, const ch
 	    }
 
 	    if(newver)
-		execute("OnOutdatedExecute", cmd, opt);
+		execute("OnOutdatedExecute", cmd, opts);
 
 	    free(cmd);
 	}

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list