aboutsummaryrefslogtreecommitdiff
path: root/samplesshd.c
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2005-08-20 23:40:23 +0000
committerAris Adamantiadis <aris@0xbadc0de.be>2005-08-20 23:40:23 +0000
commitbddce3a5da9f24c18a9ca69e08da50ca4de4671d (patch)
tree43f26651be42591b3d227181b88c144be923dbc4 /samplesshd.c
parentf23685f92b91aa53546a81bf7793c38a45df15d3 (diff)
downloadlibssh-bddce3a5da9f24c18a9ca69e08da50ca4de4671d.tar.gz
libssh-bddce3a5da9f24c18a9ca69e08da50ca4de4671d.tar.xz
libssh-bddce3a5da9f24c18a9ca69e08da50ca4de4671d.zip
yet other patches from Norbert
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@13 7dcaeef0-15fb-0310-b436-a5af3365683c
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 15af29c..12ea7e2 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;