mirror of
https://github.com/apache/httpd.git
synced 2025-07-23 01:08:51 +00:00
future-proof by flattening expr rc to 0/1
Submitted By: ylavic git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1927314 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -4283,6 +4283,10 @@ test_str_l:
|
||||
p->pattern - p->pskip, err);
|
||||
rc = COND_RC_NOMATCH;
|
||||
}
|
||||
else {
|
||||
rc = (rc > 0) ? COND_RC_MATCH : COND_RC_NOMATCH;
|
||||
}
|
||||
|
||||
/* update briRC backref info */
|
||||
if (rc && !(p->flags & CONDFLAG_NOTMATCH)) {
|
||||
ctx->briRC.source = source;
|
||||
|
Reference in New Issue
Block a user