aboutsummaryrefslogtreecommitdiff
path: root/samplesshd.c
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2009-07-24 22:03:36 +0200
committerAris Adamantiadis <aris@0xbadc0de.be>2009-07-24 22:03:36 +0200
commitc041bcc6d9b86b06c9323b0824db2d3346023e4c (patch)
treed379376bc4c58b51b92fe1e28a5820f133cebab0 /samplesshd.c
parentfc5dd23afa3b71d1020065be61842964852f3482 (diff)
downloadlibssh-c041bcc6d9b86b06c9323b0824db2d3346023e4c.tar.gz
libssh-c041bcc6d9b86b06c9323b0824db2d3346023e4c.tar.xz
libssh-c041bcc6d9b86b06c9323b0824db2d3346023e4c.zip
Forgot sample* in previous BUFFER change
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 3bade15..10a29fc 100644
--- a/samplesshd.c
+++ b/samplesshd.c
@@ -45,7 +45,7 @@ int main(int argc, char **argv){
SSH_BIND *ssh_bind;
SSH_MESSAGE *message;
CHANNEL *chan=0;
- BUFFER *buf;
+ ssh_buffer buf;
int auth=0;
int sftp=0;
int i;