|
Line 0
Link Here
|
|
|
1 |
--- mod_memcache_block.c.orig 2018-05-08 02:01:33.125306000 +0800 |
| 2 |
+++ mod_memcache_block.c 2018-05-08 02:02:06.796426000 +0800 |
| 3 |
@@ -369,6 +369,7 @@ |
| 4 |
if (s2conf->response_limiter != NULL) { |
| 5 |
merged_config->response_limiter = apr_hash_copy(p, s2conf->response_limiter); |
| 6 |
} |
| 7 |
+ return (void*) merged_config; |
| 8 |
} |
| 9 |
|
| 10 |
static apr_status_t mb_child_exit(void *data) |
| 11 |
@@ -416,6 +417,7 @@ |
| 12 |
/* finally, refresh the blocklist */ |
| 13 |
mb_refresh_blocklist(s); |
| 14 |
|
| 15 |
+ return OK; |
| 16 |
} |
| 17 |
|
| 18 |
/* callback used when we walk the array */ |