r1739 merge:

fix merge_slashes
This commit is contained in:
Igor Sysoev 2008-01-08 17:23:25 +00:00
parent f111133e2e
commit 0afa1ec458
1 changed files with 1 additions and 1 deletions

View File

@ -1039,7 +1039,7 @@ ngx_http_parse_complex_uri(ngx_http_request_t *r, ngx_uint_t merge_slashes)
break;
#endif
case '/':
if (merge_slashes) {
if (!merge_slashes) {
*u++ = ch;
}
break;