Browse code

comment removed

git-svn: trunk@3880

aCaB authored on 2008/06/03 04:35:31
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Mon Jun  2 20:50:10 CEST 2008 (acab)
2
+------------------------------------
3
+  * libclamav/ole2_extract.c: comment removed
4
+
1 5
 Mon Jun  2 18:31:53 CEST 2008 (tk)
2 6
 ----------------------------------
3 7
   * clamd/scanner.c: log IP addresses of remote clients (bb#966)
... ...
@@ -1039,7 +1039,6 @@ int cli_ole2_extract(int fd, const char *dirname, cli_ctx *ctx, struct uniq **vb
1039 1039
 	cli_dbgmsg("Max block number: %lu\n", (unsigned long int) hdr.max_block_no);
1040 1040
 
1041 1041
 	/* PASS 1 : Count files and check for VBA */
1042
-	//	__asm__ __volatile__("int3");
1043 1042
 	hdr.has_vba = 0;
1044 1043
 	ret = ole2_walk_property_tree(fd, &hdr, NULL, 0, handler_enum, 0, &file_count, ctx, &scansize);
1045 1044
 	cli_bitset_free(hdr.bitset);