mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-02-19 00:39:46 +00:00
Fix issue #429 in ssl_fork_server.c
This commit is contained in:
committed by
Simon Butcher
parent
e4a46f696f
commit
e609a08c2f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user