From cc7408848fc3375451947308c9c7f0a48f21abf7 Mon Sep 17 00:00:00 2001 From: zfavourite99 Date: Fri, 15 Nov 2024 12:14:10 +0800 Subject: [PATCH] test --- src/core/ngx_log.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/ngx_log.c b/src/core/ngx_log.c index edf3004..59f3646 100755 --- a/src/core/ngx_log.c +++ b/src/core/ngx_log.c @@ -9,6 +9,7 @@ #include + static char *ngx_error_log(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); static char *ngx_log_set_levels(ngx_conf_t *cf, ngx_log_t *log); static void ngx_log_insert(ngx_log_t *log, ngx_log_t *new_log);