summaryrefslogtreecommitdiff
path: root/lib/ssh.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-03-30 00:17:02 +0200
committerDaniel Stenberg <daniel@haxx.se>2016-03-30 07:52:28 +0200
commit575e885db0f3b2c50434f63269438fe21cbbb978 (patch)
tree48bd63f9b3ccd9220f0de284de6fd678311f2134 /lib/ssh.c
parent93935c08c1b85482bc86bd6adcc33c1d924eed5e (diff)
downloadgnurl-575e885db0f3b2c50434f63269438fe21cbbb978.tar.gz
gnurl-575e885db0f3b2c50434f63269438fe21cbbb978.tar.bz2
gnurl-575e885db0f3b2c50434f63269438fe21cbbb978.zip
multi: turn Curl_done into file local multi_done
... as it now is used by multi.c only.
Diffstat (limited to 'lib/ssh.c')
-rw-r--r--lib/ssh.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/ssh.c b/lib/ssh.c
index a9c3677e8..85069125e 100644
--- a/lib/ssh.c
+++ b/lib/ssh.c
@@ -5,7 +5,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2015, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2016, Daniel Stenberg, <daniel@haxx.se>, et al.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
@@ -3068,8 +3068,7 @@ static CURLcode ssh_done(struct connectdata *conn, CURLcode status)
TODO: when the multi interface is used, this _really_ should be using
the ssh_multi_statemach function but we have no general support for
- non-blocking DONE operations, not in the multi state machine and with
- Curl_done() invokes on several places in the code!
+ non-blocking DONE operations!
*/
result = ssh_block_statemach(conn, FALSE);
}