mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-10-30 11:11:12 -04:00 
			
		
		
		
	Fix bug in ssl_client2 reconnect option
This commit is contained in:
		
							parent
							
								
									b46780edee
								
							
						
					
					
						commit
						484b8f9ed8
					
				| @ -1330,7 +1330,7 @@ reconnect: | ||||
|             goto exit; | ||||
|         } | ||||
| 
 | ||||
|         if( ( ret = net_connect( &server_fd, opt.server_name, opt.server_port, | ||||
|         if( ( ret = net_connect( &server_fd, opt.server_addr, opt.server_port, | ||||
|                                  opt.transport == SSL_TRANSPORT_STREAM ? | ||||
|                                  NET_PROTO_TCP : NET_PROTO_UDP ) ) != 0 ) | ||||
|         { | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Manuel Pégourié-Gonnard
						Manuel Pégourié-Gonnard