diff src/http/ngx_http_core_module.c @ 170:c42be4185301

nginx-0.0.1-2003-11-03-01:56:18 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 02 Nov 2003 22:56:18 +0000
parents 894a01c6aea3
children c0552e5ab567
line wrap: on
line diff
--- a/src/http/ngx_http_core_module.c
+++ b/src/http/ngx_http_core_module.c
@@ -376,10 +376,7 @@ ngx_log_debug(r->connection->log, "trans
             continue;
         }
 
-        rc = ngx_strncmp(r->uri.data, clcfp[i]->name.data,
-                         clcfp[i]->name.len);
-
-ngx_log_debug(r->connection->log, "rc: %d" _ rc);
+        rc = ngx_strncmp(r->uri.data, clcfp[i]->name.data, clcfp[i]->name.len);
 
         if (rc < 0) {
             break;