fix debug message (bb#160)

git-svn: trunk@2552
remotes/push_mirror/metadata
Tomasz Kojm 19 years ago
parent 155a1c63f4
commit bd2242fb9d
  1. 5
      clamav-devel/ChangeLog
  2. 2
      clamav-devel/libclamav/scanners.c

@ -1,3 +1,8 @@
Tue Dec 12 12:36:28 CET 2006 (tk)
---------------------------------
* libclamav/scanners.c: fix debug message (bb#160), patch from
Christophe JAILLET <christophe.jaillet*wanadoo.fr>
Mon Dec 11 09:37:27 GMT 2006 (njh)
----------------------------------
* libclamav/pst.c, clamav-milter: Fixed some compiler warning messages

@ -314,7 +314,7 @@ static int cli_scanzip(int desc, cli_ctx *ctx, off_t sfx_offset, uint32_t *sfx_c
}
if(!zdirent.d_name) {
cli_dbgmsg("Zip: zdirent.d_name == NULL\n", strlen(zdirent.d_name));
cli_dbgmsg("Zip: zdirent.d_name == NULL\n");
*ctx->virname = "Suspect.Zip";
ret = CL_VIRUS;
break;

Loading…
Cancel
Save