]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fixed a merge error in the improved CARP implementation, reported by
authorhno <>
Sat, 13 Apr 2002 21:46:42 +0000 (21:46 +0000)
committerhno <>
Sat, 13 Apr 2002 21:46:42 +0000 (21:46 +0000)
Guido.

src/carp.cc

index 8e8026916dd105461ee2e0187dbaefbbf109711e..bbf88e0dc244e7b679d3717cf8eb152286469755 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: carp.cc,v 1.16 2002/04/04 21:03:46 hno Exp $
+ * $Id: carp.cc,v 1.17 2002/04/13 15:46:42 hno Exp $
  *
  * DEBUG: section 39    Cache Array Routing Protocol
  * AUTHOR: Henrik Nordstrom
@@ -143,7 +143,7 @@ carpSelectParent(request_t * request)
     if (n_carp_peers == 0)
        return NULL;
 
-    key = urlCanonical(url);
+    key = urlCanonical(request);
 
     /* calculate hash key */
     debug(39, 2) ("carpSelectParent: Calculating hash for %s\n", key);