mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-05 01:23:39 +02: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