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 a3d688ea..6fd97a83 100644
--- a/samplesshd.c
+++ b/samplesshd.c
@@ -41,7 +41,7 @@ static int auth_password(char *user, char *password){
int main(int argc, char **argv){
SSH_OPTIONS *options=ssh_options_new();
- SSH_SESSION *session;
+ ssh_session session;
SSH_BIND *ssh_bind;
SSH_MESSAGE *message;
ssh_channel chan=0;