mirror of
https://github.com/proxytunnel/proxytunnel.git
synced 2026-01-23 02:34:59 +00:00
fix compiler warning
This commit is contained in:
parent
c6341a86fb
commit
6ae9190486
1 changed files with 3 additions and 3 deletions
6
http.c
6
http.c
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue