fix comment

This commit is contained in:
Igor Sysoev 2008-01-05 19:07:10 +00:00
parent 0272977afb
commit 67913781fc

View File

@ -358,7 +358,7 @@ ok:
/* /*
* we do not need to test (r->uri.data[r->uri.len - 1] == '/') * we do not need to test (r->uri.data[r->uri.len - 1] == '/')
* because it ngx_file_info("/file/") returned NGX_ENOTDIR above * because ngx_file_info("/file/") returned NGX_ENOTDIR above
*/ */
depth = ngx_http_dav_depth(r, 0); depth = ngx_http_dav_depth(r, 0);