aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.in2
-rw-r--r--samplesshd.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 5d38116b..e3eed952 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,7 +1,7 @@
SHELL = /bin/sh
VPATH = @srcdir@
-subdirs = libssh/ sftp_server/
+subdirs = libssh/
top_srcdir = @top_srcdir@
srcdir = @srcdir@
prefix = @prefix@
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;