X-Git-Url: http://www.privoxy.org/gitweb/%20?a=blobdiff_plain;f=jcc.c;h=1c8ee1fcd6964cbbd93827e8430a230e8e84a019;hb=68410327d58e985f0ec025069f396059dd956de8;hp=0ca5b5d45fc81d6cdaca4621a42af0dec9e12307;hpb=33f7c19c89a73da5e7e195c6f5185b09f7d59b9f;p=privoxy.git diff --git a/jcc.c b/jcc.c index 0ca5b5d4..1c8ee1fc 100644 --- a/jcc.c +++ b/jcc.c @@ -2313,18 +2313,11 @@ static jb_err process_encrypted_request(struct client_state *csp) init_domain_components(csp->http); #endif - /* - * Determine the actions for this URL - */ #ifdef FEATURE_TOGGLE - if (!(csp->flags & CSP_FLAG_TOGGLED_ON)) - { - /* Most compatible set of actions (i.e. none) */ - init_current_action(csp->action); - } - else -#endif /* ndef FEATURE_TOGGLE */ + if ((csp->flags & CSP_FLAG_TOGGLED_ON) != 0) +#endif { + /* Determine the actions for this URL */ get_url_actions(csp, csp->http); }