Fix exit value on SERVERQUIT

This commit is contained in:
Manuel Pégourié-Gonnard 2013-09-07 17:09:14 +02:00 committed by Paul Bakker
parent 7669f28421
commit e8ea0c0421
2 changed files with 5 additions and 2 deletions

View file

@ -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 );