X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=cgi.c;h=2e9e2656f40ad7689535bc134d4fec09cc1bf192;hb=6a358e07e91282c0f5011696d3918a6a13fed905;hp=c67aed4b1468f39af03baa7872fb6e19aa40dd97;hpb=9fd58c0d3a56323ce94837f217e6609e9c7b2402;p=privoxy.git diff --git a/cgi.c b/cgi.c index c67aed4b..2e9e2656 100644 --- a/cgi.c +++ b/cgi.c @@ -978,6 +978,9 @@ struct http_response *error_response(struct client_state *csp, case SOCKS_5T: socks_type = "socks5t-"; break; + case FORWARD_WEBSERVER: + socks_type = "webserver-"; + break; default: log_error(LOG_LEVEL_FATAL, "Unknown socks type: %d.", fwd->type); }