]> granicus.if.org Git - apache/commitdiff
Fix typo from extracting the fast-redirect code
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 6 Aug 2001 19:09:08 +0000 (19:09 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 6 Aug 2001 19:09:08 +0000 (19:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89947 13f79535-47bb-0310-9956-ffa450edef68

modules/mappers/mod_negotiation.c

index 9d162a7e5b80e9da37b95aa1d109842286aeebbb..3684937be8e57c800fe88fe0c34ac9f3cac6e628 100644 (file)
@@ -2709,7 +2709,7 @@ static int handle_multi(request_rec *r)
     avail_recs = (var_rec *) neg->avail_vars->elts;
     for (j = 0; j < neg->avail_vars->nelts; ++j) {
         var_rec *variant = &avail_recs[j];
-        if (variant != best && variant->rr) {
+        if (variant != best && variant->sub_req) {
             ap_destroy_sub_req(variant->sub_req);
         }
     }