fix compiler warning

This commit is contained in:
Dirk Stoecker 2018-03-12 17:47:13 +01:00
parent c6341a86fb
commit 6ae9190486

6
http.c
View file

@ -157,9 +157,9 @@ void proxy_protocol(PTSTREAM *pts) {
while ( strcmp( buf, "\r\n" ) != 0 )
readline(pts);
/* If --encrypt-remproxy is specified, connect to the remote proxy using SSL */
if ( args_info.encryptremproxy_flag )
stream_enable_ssl(stunnel, args_info.remproxy_arg);
/* If --encrypt-remproxy is specified, connect to the remote proxy using SSL */
if ( args_info.encryptremproxy_flag )
stream_enable_ssl(stunnel, args_info.remproxy_arg);
if( args_info.verbose_flag )
message( "\nTunneling to %s (destination)\n", args_info.dest_arg );