aboutsummaryrefslogtreecommitdiff
path: root/libssh/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'libssh/client.c')
-rw-r--r--libssh/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh/client.c b/libssh/client.c
index b29f8329..5844095a 100644
--- a/libssh/client.c
+++ b/libssh/client.c
@@ -470,7 +470,7 @@ int ssh_service_request(ssh_session session, const char *service) {
* \see ssh_disconnect()
*/
int ssh_connect(ssh_session session) {
- SSH_OPTIONS *options = session->options;
+ ssh_options options = session->options;
int ssh1 = 0;
int ssh2 = 0;
int fd = -1;