From bddce3a5da9f24c18a9ca69e08da50ca4de4671d Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Sat, 20 Aug 2005 23:40:23 +0000 Subject: [PATCH] yet other patches from Norbert git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@13 7dcaeef0-15fb-0310-b436-a5af3365683c --- Makefile.in | 2 +- samplesshd.c | 2 +- 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;