1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-07-31 00:03:07 +03:00

examples: fix warning

This commit is contained in:
Aris Adamantiadis
2013-07-14 11:18:13 +02:00
parent 365a3bba6e
commit 6ad80bb4b2

View File

@ -227,7 +227,6 @@ int main(int argc, char **argv){
char buf[2048];
char host[128]="";
int sftp=0;
char *ptr;
int i,r, rc;