comparison src/stream/ngx_stream_proxy_module.c @ 6599:191e23214dfb

Style.
author Roman Arutyunyan <arut@nginx.com>
date Wed, 22 Jun 2016 11:50:02 +0300
parents 4a724d6006ee
children 2f41d383c9c7
comparison
equal deleted inserted replaced
6598:4a724d6006ee 6599:191e23214dfb
1751 1751
1752 if (cf->args->nelts > 2) { 1752 if (cf->args->nelts > 2) {
1753 if (ngx_strcmp(value[2].data, "transparent") == 0) { 1753 if (ngx_strcmp(value[2].data, "transparent") == 0) {
1754 #if (NGX_HAVE_TRANSPARENT_PROXY) 1754 #if (NGX_HAVE_TRANSPARENT_PROXY)
1755 local->transparent = 1; 1755 local->transparent = 1;
1756
1757 #else 1756 #else
1758 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, 1757 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0,
1759 "transparent proxying is not supported " 1758 "transparent proxying is not supported "
1760 "on this platform, ignored"); 1759 "on this platform, ignored");
1761 #endif 1760 #endif