Files
pkgsrc-ng/security/hydan/patches/patch-aa
2013-09-26 17:14:40 +02:00

14 lines
415 B
Plaintext

$NetBSD: patch-aa,v 1.1 2004/09/16 16:12:57 he Exp $
--- hdn_decode.c.orig Thu Jun 24 02:09:54 2004
+++ hdn_decode.c
@@ -120,7 +120,7 @@ int hdn_decode_main (int argc, char **ar
*/
if (!(sh = hdn_exe_get_sections (host_data->content)))
{
- HDN_WARN ("Error extracting sections from host file");
+ HDN_WARN ("Error extracting sections from host file", "");
goto out;
}