aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2013-09-09 16:43:46 +0200
committerAndreas Schneider <asn@cryptomilk.org>2013-10-01 14:47:57 +0200
commitc8be0201c6e4faea01a4861ca0dbbc1b239ff944 (patch)
tree015aefb35662e1c3f27bd0407e08b3ee4416aa4d /src
parenta8969c4be6c77bc0438f4d6b4859e08e0bfc4fe8 (diff)
downloadlibssh-c8be0201c6e4faea01a4861ca0dbbc1b239ff944.tar.gz
libssh-c8be0201c6e4faea01a4861ca0dbbc1b239ff944.tar.xz
libssh-c8be0201c6e4faea01a4861ca0dbbc1b239ff944.zip
doc: Update documentation of ssh_set_blocking().
This should work correctly in libssh 0.6.0. If not then you hit a bug.
Diffstat (limited to 'src')
-rw-r--r--src/session.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/session.c b/src/session.c
index 477e5ce4..18c5aa36 100644
--- a/src/session.c
+++ b/src/session.c
@@ -300,8 +300,6 @@ void ssh_silent_disconnect(ssh_session session) {
* @param[in] session The ssh session to change.
*
* @param[in] blocking Zero for nonblocking mode.
- *
- * \bug nonblocking code is in development and won't work as expected
*/
void ssh_set_blocking(ssh_session session, int blocking) {
if (session == NULL) {