Fix bug in ssl_client2 reconnect option
This commit is contained in:
parent
f29e5de09d
commit
d3b90f797d
1 changed files with 2 additions and 2 deletions
|
@ -1219,8 +1219,8 @@ reconnect:
|
|||
goto exit;
|
||||
}
|
||||
|
||||
if( ( ret = net_connect( &server_fd, opt.server_name,
|
||||
opt.server_port ) ) != 0 )
|
||||
if( ( ret = net_connect( &server_fd, opt.server_addr,
|
||||
opt.server_port ) ) != 0 )
|
||||
{
|
||||
printf( " failed\n ! net_connect returned -0x%x\n\n", -ret );
|
||||
goto exit;
|
||||
|
|
Loading…
Reference in a new issue