Remove debug line

git-svn: trunk@2538
remotes/push_mirror/metadata
aCaB 19 years ago
parent a9b1e8d28b
commit e287514ea0
  1. 4
      clamav-devel/ChangeLog
  2. 1
      clamav-devel/libclamav/pe.c

@ -1,3 +1,7 @@
Mon Dec 4 19:08:27 CET 2006 (acab)
-----------------------------------
* liblcalamv/pe.c: removed useless debug line
Mon Dec 4 19:03:23 CET 2006 (acab)
-----------------------------------
* libclamav/pe.c: fix newpe merge bugs (bb#171, bb#172)

@ -254,7 +254,6 @@ int cli_scanpe(int desc, cli_ctx *ctx)
struct cli_exe_section *exe_sections;
cli_dbgmsg("%d\n", &optional_hdr32);
if(cli_readn(desc, &e_magic, sizeof(e_magic)) != sizeof(e_magic)) {
cli_dbgmsg("Can't read DOS signature\n");
return CL_CLEAN;

Loading…
Cancel
Save