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:
@@ -1,7 +1,7 @@
|
||||
SHELL = /bin/sh
|
||||
VPATH = @srcdir@
|
||||
|
||||
subdirs = libssh/ sftp_server/
|
||||
subdirs = libssh/
|
||||
top_srcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
prefix = @prefix@
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user