From: Ian Holsman Date: Wed, 16 Jan 2002 19:14:44 +0000 (+0000) Subject: code police again X-Git-Tag: 2.0.31~184 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=798851f475ee154909dbba88a29bb1dc885dc9f5;p=apache code police again git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92867 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/request.c b/server/request.c index 389195bfbf..52bb3a3832 100644 --- a/server/request.c +++ b/server/request.c @@ -145,7 +145,7 @@ AP_DECLARE(int) ap_process_request_internal(request_rec *r) access_status = ap_run_quick_handler(r); if (access_status != DECLINED) { - if (access_status == OK) { + if (access_status == OK) { if (!r->main) return DONE; else