diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-10-23 06:13:16 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-10-23 06:13:16 +0000 |
commit | f107910a9ef3b7de8752fc4e9e34cb69c1924a09 (patch) | |
tree | 35335e8d2e15d30819f6818ebc1871ee5a74b568 /src/core/ngx_file.c | |
parent | dc9dd434aa1cfd24a98265742ff0ed4aeefc1f05 (diff) | |
download | nginx-f107910a9ef3b7de8752fc4e9e34cb69c1924a09.tar.gz nginx-f107910a9ef3b7de8752fc4e9e34cb69c1924a09.zip |
nginx-0.0.1-2003-10-23-10:13:16 import
Diffstat (limited to 'src/core/ngx_file.c')
-rw-r--r-- | src/core/ngx_file.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |