1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-08-23 11:32:25 +03:00

Forgot sample* in previous BUFFER change

This commit is contained in:
Aris Adamantiadis
2009-07-24 22:03:36 +02:00
parent fc5dd23afa
commit c041bcc6d9
2 changed files with 2 additions and 2 deletions

View File

@@ -133,7 +133,7 @@ static void select_loop(SSH_SESSION *session,CHANNEL *channel){
fd_set fds;
struct timeval timeout;
char buffer[10];
BUFFER *readbuf=buffer_new();
ssh_buffer readbuf=buffer_new();
CHANNEL *channels[2];
int lus;
int eof=0;

View File

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