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 --- samplesshd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'samplesshd.c') diff --git a/samplesshd.c b/samplesshd.c index 6fd97a83..dcd85dc6 100644 --- a/samplesshd.c +++ b/samplesshd.c @@ -40,7 +40,7 @@ static int auth_password(char *user, char *password){ } int main(int argc, char **argv){ - SSH_OPTIONS *options=ssh_options_new(); + ssh_options options=ssh_options_new(); ssh_session session; SSH_BIND *ssh_bind; SSH_MESSAGE *message; -- cgit v1.2.3