1
1
Этот коммит содержится в:
Aris Adamantiadis 2009-08-12 00:04:04 +02:00
родитель 8dae851836
Коммит 1e1c13f756

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

@ -183,7 +183,7 @@ static int do_copy(struct location *src, struct location *dest){
socket_t fd; socket_t fd;
struct stat s; struct stat s;
int w,r; int w,r;
char buffer[4196]; char buffer[16384];
int total=0; int total=0;
/*FIXME*/ /*FIXME*/
if(dest->is_ssh && !src->is_ssh){ if(dest->is_ssh && !src->is_ssh){