diff options
author | Aris Adamantiadis <aris@0xbadc0de.be> | 2009-07-24 22:15:33 +0200 |
---|---|---|
committer | Aris Adamantiadis <aris@0xbadc0de.be> | 2009-07-24 22:15:33 +0200 |
commit | 2bc8819e8f68014ba35d03e56393e4d0c16386f8 (patch) | |
tree | fc0b96589e24be0b1029b501ea8697b2d92d24f7 /samplesshd.c | |
parent | 23b6c95e04adeff7cf49d7d8dffc74f1e3e4bc60 (diff) | |
download | libssh-2bc8819e8f68014ba35d03e56393e4d0c16386f8.tar.gz libssh-2bc8819e8f68014ba35d03e56393e4d0c16386f8.tar.xz libssh-2bc8819e8f68014ba35d03e56393e4d0c16386f8.zip |
Changes all CHANNEL * to ssh_channel
Diffstat (limited to 'samplesshd.c')
-rw-r--r-- | samplesshd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samplesshd.c b/samplesshd.c index 10a29fc4..c5d6243f 100644 --- a/samplesshd.c +++ b/samplesshd.c @@ -44,7 +44,7 @@ int main(int argc, char **argv){ SSH_SESSION *session; SSH_BIND *ssh_bind; SSH_MESSAGE *message; - CHANNEL *chan=0; + ssh_channel chan=0; ssh_buffer buf; int auth=0; int sftp=0; |