diff options
author | Roman Arutyunyan <arut@nginx.com> | 2016-06-22 11:50:02 +0300 |
---|---|---|
committer | Roman Arutyunyan <arut@nginx.com> | 2016-06-22 11:50:02 +0300 |
commit | a6048c0e1e344e79c6e6b7149688d23a1d5d5745 (patch) | |
tree | cb00459416f8cbac23134ea8bb589c7a69b72e9f /src/stream/ngx_stream_proxy_module.c | |
parent | 82c5230fd115135be73e74b6a43ce7253994dd17 (diff) | |
download | nginx-a6048c0e1e344e79c6e6b7149688d23a1d5d5745.tar.gz nginx-a6048c0e1e344e79c6e6b7149688d23a1d5d5745.zip |
Style.
Diffstat (limited to 'src/stream/ngx_stream_proxy_module.c')
-rw-r--r-- | src/stream/ngx_stream_proxy_module.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stream/ngx_stream_proxy_module.c b/src/stream/ngx_stream_proxy_module.c index 0c330f4f0..d7df72c9a 100644 --- a/src/stream/ngx_stream_proxy_module.c +++ b/src/stream/ngx_stream_proxy_module.c @@ -1753,7 +1753,6 @@ ngx_stream_proxy_bind(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) 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 " |