# HG changeset patch # User Roman Arutyunyan # Date 1466585402 -10800 # Node ID 191e23214dfbaf01255d421f5bbe0d5541d03a2f # Parent 4a724d6006ee02fcad09e3b45b524a35f21536a9 Style. diff -r 4a724d6006ee -r 191e23214dfb src/stream/ngx_stream_proxy_module.c --- a/src/stream/ngx_stream_proxy_module.c Wed Jun 22 11:50:02 2016 +0300 +++ b/src/stream/ngx_stream_proxy_module.c Wed Jun 22 11:50:02 2016 +0300 @@ -1753,7 +1753,6 @@ if (ngx_strcmp(value[2].data, "transparent") == 0) { #if (NGX_HAVE_TRANSPARENT_PROXY) local->transparent = 1; - #else ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, "transparent proxying is not supported "