X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=jcc.c;h=c5a8a4a817dba0f420dddc6597ff3af77c7f036d;hp=dc40741e6a6fb4fe068e13aa54ca70838b1084be;hb=07b1101cc1ed28618e07eda179eaab84715a9399;hpb=ac9344a19fdd2ab9beabb5bff9b21fe0a3127354 diff --git a/jcc.c b/jcc.c index dc40741e..c5a8a4a8 100644 --- a/jcc.c +++ b/jcc.c @@ -1,4 +1,4 @@ -const char jcc_rcs[] = "$Id: jcc.c,v 1.249 2009/05/13 18:22:45 fabiankeil Exp $"; +const char jcc_rcs[] = "$Id: jcc.c,v 1.250 2009/05/16 13:27:20 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/jcc.c,v $ @@ -491,8 +491,10 @@ static jb_err get_request_destination_elsewhere(struct client_state *csp, struct } else if (JB_ERR_OK == get_destination_from_headers(headers, csp->http)) { +#ifndef FEATURE_EXTENDED_HOST_PATTERNS /* Split the domain we just got for pattern matching */ init_domain_components(csp->http); +#endif return JB_ERR_OK; }