From 6da54688ebce1250f851449a22f579bbeff6e591 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 9 Sep 2013 16:43:46 +0200 Subject: [PATCH] doc: Update documentation of ssh_set_blocking(). This should work correctly in libssh 0.6.0. If not then you hit a bug. --- src/session.c | 2 -- 1 file changed, 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) {