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 15af29ca..12ea7e2c 100644
--- a/samplesshd.c
+++ b/samplesshd.c
@@ -38,7 +38,7 @@ int main(int argc, char **argv){
SSH_SESSION *session;
SSH_BIND *ssh_bind;
SSH_MESSAGE *message;
- CHANNEL *chan;
+ CHANNEL *chan=0;
int auth=0;
int sftp=0;
int i;