mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-07-28 01:41:48 +03:00
Shut up warning in libssh_scp
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user