Cosmetics in ssl_server2

This commit is contained in:
Manuel Pégourié-Gonnard 2014-11-21 11:54:41 +01:00
parent 60346be2a3
commit f29e5de09d

View file

@ -1710,6 +1710,9 @@ exit:
}
#endif
printf( " . Cleaning up..." );
fflush( stdout );
if( client_fd != -1 )
net_close( client_fd );
@ -1748,6 +1751,8 @@ exit:
memory_buffer_alloc_free();
#endif
printf( " done.\n" );
#if defined(_WIN32)
printf( " + Press Enter to exit this program.\n" );
fflush( stdout ); getchar();