diff options
Diffstat (limited to 'cli-session.c')
-rw-r--r-- | cli-session.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli-session.c b/cli-session.c index e2eae26..d445d86 100644 --- a/cli-session.c +++ b/cli-session.c @@ -175,7 +175,7 @@ static void send_msg_service_request(char* servicename) { } static void recv_msg_service_accept(void) { - // do nothing, if it failed then the server MUST have disconnected + /* do nothing, if it failed then the server MUST have disconnected */ } /* This function drives the progress of the session - it initiates KEX, |