freshclam: fix calls to execute() (bb#1560)

git-svn: trunk@5038
0.95
Tomasz Kojm 16 years ago
parent f6f2869f8d
commit 6d682a0f69
  1. 4
      ChangeLog
  2. 2
      freshclam/freshclam.c
  3. 2
      freshclam/manager.c

@ -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

@ -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;
}

@ -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);
}

Loading…
Cancel
Save