Fix issue #429 in ssl_fork_server.c
This commit is contained in:
parent
e4a46f696f
commit
e609a08c2f
1 changed files with 1 additions and 2 deletions
|
@ -258,11 +258,10 @@ int main( void )
|
||||||
goto exit;
|
goto exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
mbedtls_net_free( &client_fd );
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
mbedtls_net_free( &listen_fd );
|
mbedtls_net_init( &listen_fd );
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* 4. Setup stuff
|
* 4. Setup stuff
|
||||||
|
|
Loading…
Reference in a new issue