mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-02-23 01:39:46 +00:00
Fix exit value on SERVERQUIT
This commit is contained in:
committed by
Paul Bakker
parent
7669f28421
commit
e8ea0c0421
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user