1
1
Этот коммит содержится в:
Aris Adamantiadis 2009-09-23 11:43:06 +02:00
родитель 95558d54b0
Коммит 5223fa5740

Просмотреть файл

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