1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-11-29 01:03:57 +03:00

yet other patches from Norbert

git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@13 7dcaeef0-15fb-0310-b436-a5af3365683c
This commit is contained in:
Aris Adamantiadis
2005-08-20 23:40:23 +00:00
parent f23685f92b
commit bddce3a5da
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
SHELL = /bin/sh
VPATH = @srcdir@
subdirs = libssh/ sftp_server/
subdirs = libssh/
top_srcdir = @top_srcdir@
srcdir = @srcdir@
prefix = @prefix@

View File

@@ -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;