From: Eric Covener Date: Sat, 24 Oct 2015 21:34:52 +0000 (+0000) Subject: followup to r1710380 -- refactored name and didn't have 'make depend' X-Git-Tag: 2.5.0-alpha~2696 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d5fff1ccd5df54a8478d90910152254b4d2c3f5c;p=apache followup to r1710380 -- refactored name and didn't have 'make depend' git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1710391 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/util_script.c b/server/util_script.c index de9e91dd2b..943957d1c9 100644 --- a/server/util_script.c +++ b/server/util_script.c @@ -286,7 +286,7 @@ AP_DECLARE(void) ap_add_common_vars(request_rec *r) /* Apache custom error responses. If we have redirected set two new vars */ if (r->prev) { - if (conf->fully_qualify_redirect_url != AP_CORE_CONFIG_ON) { + if (conf->qualify_redirect_url != AP_CORE_CONFIG_ON) { add_unless_null(e, "REDIRECT_URL", r->prev->uri); } else {