Skip to content

Commit

Permalink
Fix for MODCLUSTER-335.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfclere committed May 7, 2013
1 parent 5afbb43 commit 6610301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/mod_proxy_cluster/mod_proxy_cluster.c
Expand Up @@ -1849,7 +1849,7 @@ static node_context *find_node_context_host(request_rec *r, proxy_balancer *bala
if (uri)
uri = apr_pstrndup(r->pool, luri, uri - luri);
else
uri = r->uri;
uri = luri;

/* read the contexts */
if (sizecontext == 0)
Expand Down

0 comments on commit 6610301

Please sign in to comment.