[Forensics-changes] [yara] 72/160: Fix PRINT_MODULE_DATA.

Hilko Bengen bengen at moszumanska.debian.org
Sat Jul 1 10:29:19 UTC 2017


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to annotated tag v3.4.0
in repository yara.

commit fef2eccfd5bdd4859782606716a952a2943c383f
Author: Wesley Shields <wxs at atarininja.org>
Date:   Mon Mar 30 22:44:32 2015 -0400

    Fix PRINT_MODULE_DATA.
---
 libyara/rules.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libyara/rules.c b/libyara/rules.c
index a1a7156..85cd2f9 100644
--- a/libyara/rules.c
+++ b/libyara/rules.c
@@ -470,7 +470,7 @@ YR_API int yr_rules_scan_mem_blocks(
 
 _exit:
 
-  #if PRINT_MODULE_DATA
+  #ifdef PRINT_MODULE_DATA
   yr_modules_print_data(&context);
   #endif
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/yara.git



More information about the forensics-changes mailing list