@@ -1,6 +1,14 @@
--- 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 @@
++++ 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);
|