From 0e8e124d2023736c973ce8e06f4776efd1edb096 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Wed, 23 Sep 2009 22:13:19 +0200 Subject: get rid of SSH_OPTIONS --- libssh/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libssh/client.c') diff --git a/libssh/client.c b/libssh/client.c index b29f832..5844095 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; -- cgit