Changes of Revision 3
[-] [+] | Changed | apache2-mod_evasive.spec |
[-] [+] | Added | mod_evasive-void.patch ^ |
@@ -0,0 +1,10 @@ +--- mod_evasive20.c.orig 2010-07-08 22:42:11.830662890 +0200 ++++ mod_evasive20.c 2010-07-08 22:44:59.366864578 +0200 +@@ -298,6 +298,7 @@ + ntt_destroy(hit_list); + free(email_notify); + free(system_command); ++ return NULL; + } + + |