diff options
Diffstat (limited to 'src/http/modules/perl/ngx_http_perl_module.c')
-rw-r--r-- | src/http/modules/perl/ngx_http_perl_module.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/modules/perl/ngx_http_perl_module.c b/src/http/modules/perl/ngx_http_perl_module.c index c7c6de13a..6f84d5989 100644 --- a/src/http/modules/perl/ngx_http_perl_module.c +++ b/src/http/modules/perl/ngx_http_perl_module.c @@ -1055,6 +1055,7 @@ ngx_http_perl_init_worker(ngx_cycle_t *cycle) return NGX_OK; } + static void ngx_http_perl_exit(ngx_cycle_t *cycle) { |