delete stale comments

This commit is contained in:
Igor Sysoev 2010-06-25 12:05:12 +00:00
parent 70485d6b7c
commit 23d053fa97

View 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;