]> granicus.if.org Git - apache/commitdiff
followup to r1710380 -- refactored name and didn't have 'make depend'
authorEric Covener <covener@apache.org>
Sat, 24 Oct 2015 21:34:52 +0000 (21:34 +0000)
committerEric Covener <covener@apache.org>
Sat, 24 Oct 2015 21:34:52 +0000 (21:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1710391 13f79535-47bb-0310-9956-ffa450edef68

server/util_script.c

index de9e91dd2b1b50cb11d2848c9f537f3291c0f296..943957d1c9631505ee7cb21ca8738caf13768c41 100644 (file)
@@ -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 {