Don't bother waiting for a ssh-connection service reply - the server

will disconnect if it wasn't accepted
This commit is contained in:
Matt Johnston
2013-03-31 21:38:17 +08:00
parent a0e931005b
commit 36526700a9
5 changed files with 19 additions and 98 deletions

View File

@@ -26,7 +26,5 @@
#define _SERVICE_H_
void recv_msg_service_request(); /* Server */
void send_msg_service_request(); /* Client */
void recv_msg_service_accept(); /* Client */
#endif /* _SERVICE_H_ */