Skip to content

Commit 6e59b12

Browse files
committed
rc already is set by result of expression eval
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1927270 13f79535-47bb-0310-9956-ffa450edef68
1 parent 8e529ce commit 6e59b12

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

modules/mappers/mod_rewrite.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4283,9 +4283,6 @@ static cond_return_type apply_rewrite_cond(rewritecond_entry *p, rewrite_ctx *ct
42834283
p->pattern - p->pskip, err);
42844284
rc = COND_RC_NOMATCH;
42854285
}
4286-
else {
4287-
rc = COND_RC_MATCH;
4288-
}
42894286
/* update briRC backref info */
42904287
if (rc && !(p->flags & CONDFLAG_NOTMATCH)) {
42914288
ctx->briRC.source = source;

0 commit comments

Comments
 (0)