aboutsummaryrefslogtreecommitdiff
path: root/libssh/connect.c
diff options
context:
space:
mode:
Diffstat (limited to 'libssh/connect.c')
-rw-r--r--libssh/connect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh/connect.c b/libssh/connect.c
index 59760900..ad8a4f30 100644
--- a/libssh/connect.c
+++ b/libssh/connect.c
@@ -213,7 +213,7 @@ int ssh_fd_poll(SSH_SESSION *session, int *write, int *except){
/* Make the call, and listen for errors */
if (select(fdmax, &rdes,&wdes,&edes, &sometime) < 0) {
- ssh_set_error(NULL,SSH_FATAL, "select: %s", strerror(errno));
+ ssh_set_error(session,SSH_FATAL, "select: %s", strerror(errno));
return -1;
}
if(!session->data_to_read)