mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	Fix issue #429 in ssl_fork_server.c
This commit is contained in:
		
							parent
							
								
									b2d5dd105d
								
							
						
					
					
						commit
						fe049db8ef
					
				@ -258,11 +258,10 @@ int main( void )
 | 
			
		||||
                goto exit;
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            mbedtls_net_free( &client_fd );
 | 
			
		||||
            continue;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        mbedtls_net_free( &listen_fd );
 | 
			
		||||
        mbedtls_net_init( &listen_fd );
 | 
			
		||||
 | 
			
		||||
        /*
 | 
			
		||||
         * 4. Setup stuff
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user