aboutsummaryrefslogtreecommitdiff
path: root/samplesshd.c
diff options
context:
space:
mode:
Diffstat (limited to 'samplesshd.c')
-rw-r--r--samplesshd.c2
1 files changed, 1 insertions, 1 deletions
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;