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

Shut up warning in libssh_scp

This commit is contained in:
Aris Adamantiadis
2009-09-23 11:43:06 +02:00
parent 95558d54b0
commit 5223fa5740

View File

@ -175,6 +175,7 @@ static int do_copy(struct location *src, struct location *dest, int recursive){
int total=0;
int mode;
char *filename;
(void)recursive;
/* Get the file name and size*/
if(!src->is_ssh){
fd=fileno(src->file);