Search
j0ke.net Open Build Service
>
Projects
>
Apache
:
Modules
>
apache2-mod_evasive
> mod_evasive-void.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File mod_evasive-void.patch of Package apache2-mod_evasive
--- mod_evasive20.c.orig 2010-07-08 22:42:11.830662890 +0200 +++ mod_evasive20.c 2010-07-08 22:48:40.314118411 +0200 @@ -115,6 +115,7 @@ /* Create a new hit list for this listener */ hit_list = ntt_create(hash_table_size); + return hit_list; } static const char *whitelist(cmd_parms *cmd, void *dconfig, const char *ip) @@ -298,6 +299,7 @@ ntt_destroy(hit_list); free(email_notify); free(system_command); + return NULL; }