comparison src/core/ngx_file.c @ 156:afc333135a6b

nginx-0.0.1-2003-10-23-10:13:16 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 23 Oct 2003 06:13:16 +0000
parents 46eb23d9471d
children e7e094d34162
comparison
equal deleted inserted replaced
155:46eb23d9471d 156:afc333135a6b
201 201
202 while (i < 3) { 202 while (i < 3) {
203 path->level[i++] = 0; 203 path->level[i++] = 0;
204 } 204 }
205 205
206 return NULL; 206 return NGX_CONF_OK;
207 } 207 }