diff options
Diffstat (limited to 'src/core/ngx_log.c')
-rw-r--r-- | src/core/ngx_log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_log.c b/src/core/ngx_log.c index 444e943c5..6cbedde82 100644 --- a/src/core/ngx_log.c +++ b/src/core/ngx_log.c @@ -26,7 +26,7 @@ static ngx_command_t ngx_errlog_commands[] = { static ngx_core_module_t ngx_errlog_module_ctx = { ngx_string("errlog"), - NULL, + NULL, NULL }; |