[Forensics-changes] [yara] 250/407: Fix compile error due to undefined identifier
Hilko Bengen
bengen at moszumanska.debian.org
Sat Jul 1 10:28:31 UTC 2017
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to annotated tag v3.3.0
in repository yara.
commit 0434bb955cb7262b3198475f9ad3129ca25b8160
Author: Victor M. Alvarez <plusvic at gmail.com>
Date: Thu Dec 4 12:04:07 2014 +0100
Fix compile error due to undefined identifier
---
libyara/proc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libyara/proc.c b/libyara/proc.c
index c7fd3b5..a1baa23 100644
--- a/libyara/proc.c
+++ b/libyara/proc.c
@@ -368,7 +368,7 @@ _exit:
if (data != NULL)
yr_free(data);
- return ret;
+ return result;
}
#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