diff options
author | Matt Johnston <matt@ucc.asn.au> | 2013-03-31 21:38:17 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2013-03-31 21:38:17 +0800 |
commit | 36526700a983e09e77f03e404f207d6fbc220306 (patch) | |
tree | 900060f84ca3f8cb254d16ceb5e6f570a87678c0 /service.h | |
parent | a0e931005b6f9de407ba2ac5b5df9e34d4a7fb7e (diff) |
Don't bother waiting for a ssh-connection service reply - the server
will disconnect if it wasn't accepted
Diffstat (limited to 'service.h')
-rw-r--r-- | service.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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_ */ |