Skip to content

Commit 85a2fcc

Browse files
committed
Try to fix apache2 segfault
1 parent a143265 commit 85a2fcc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mod_redirectionio.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,7 @@ static void *create_redirectionio_dir_conf(apr_pool_t *pool, char *context) {
533533
config->port = 10301;
534534
config->server = "127.0.0.1";
535535
config->pass_set = -1;
536+
config->pool = pool;
536537
}
537538

538539
return config;

0 commit comments

Comments
 (0)