mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-22 05:46:41 +01:00
Fix exit value on SERVERQUIT
This commit is contained in:
parent
7669f28421
commit
e8ea0c0421
2 changed files with 5 additions and 2 deletions
|
|
@ -861,8 +861,8 @@ send_request:
|
|||
{
|
||||
--opt.reconnect;
|
||||
|
||||
printf( " ! Press a key to reconnect\n" );
|
||||
(void) getchar();
|
||||
// printf( " ! Press a key to reconnect\n" );
|
||||
// (void) getchar();
|
||||
|
||||
printf( " . Reconnecting with saved session..." );
|
||||
fflush( stdout );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue