Cosmetics in ssl_server2
This commit is contained in:
parent
60346be2a3
commit
f29e5de09d
1 changed files with 5 additions and 0 deletions
|
@ -1710,6 +1710,9 @@ exit:
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
printf( " . Cleaning up..." );
|
||||||
|
fflush( stdout );
|
||||||
|
|
||||||
if( client_fd != -1 )
|
if( client_fd != -1 )
|
||||||
net_close( client_fd );
|
net_close( client_fd );
|
||||||
|
|
||||||
|
@ -1748,6 +1751,8 @@ exit:
|
||||||
memory_buffer_alloc_free();
|
memory_buffer_alloc_free();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
printf( " done.\n" );
|
||||||
|
|
||||||
#if defined(_WIN32)
|
#if defined(_WIN32)
|
||||||
printf( " + Press Enter to exit this program.\n" );
|
printf( " + Press Enter to exit this program.\n" );
|
||||||
fflush( stdout ); getchar();
|
fflush( stdout ); getchar();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue