From f107910a9ef3b7de8752fc4e9e34cb69c1924a09 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 23 Oct 2003 06:13:16 +0000 Subject: nginx-0.0.1-2003-10-23-10:13:16 import --- src/core/ngx_file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/ngx_file.c') diff --git a/src/core/ngx_file.c b/src/core/ngx_file.c index 538adff1d..2383e5c52 100644 --- a/src/core/ngx_file.c +++ b/src/core/ngx_file.c @@ -203,5 +203,5 @@ char *ngx_conf_set_path_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) path->level[i++] = 0; } - return NULL; + return NGX_CONF_OK; } -- cgit