]> git.kaiwu.me - nginx.git/commitdiff
delete stale comments
authorIgor Sysoev <igor@sysoev.ru>
Fri, 25 Jun 2010 12:05:12 +0000 (12:05 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Fri, 25 Jun 2010 12:05:12 +0000 (12:05 +0000)
src/http/modules/ngx_http_userid_filter_module.c

index 17f0193f1161842e19918d17eac8b5ba27fa1e32..8304e0bcbc7c850101c952d57f0afba95e32be90 100644 (file)
@@ -224,8 +224,6 @@ ngx_http_userid_filter(ngx_http_request_t *r)
         }
     }
 
-    /* ctx->status == NGX_DECLINED */
-
     if (ngx_http_userid_set_uid(r, ctx, conf) == NGX_OK) {
         return ngx_http_next_header_filter(r);
     }
@@ -258,8 +256,6 @@ ngx_http_userid_got_variable(ngx_http_request_t *r,
         return ngx_http_userid_variable(r, v, &conf->name, ctx->uid_got);
     }
 
-    /* ctx->status == NGX_DECLINED */
-
     v->not_found = 1;
 
     return NGX_OK;