Tizen 2.0 Release
[external/wget.git] / packaging / wget-1.10.2-218211.patch
1 --- wget-1.10.2/src/ftp.c.218211        2006-12-07 13:51:06.000000000 +0100
2 +++ wget-1.10.2/src/ftp.c       2006-12-07 13:51:25.000000000 +0100
3 @@ -1315,6 +1315,7 @@
4  
5    con->target = lf;
6    err = ftp_loop_internal (u, NULL, con);
7 +  lf = con->target;
8    con->target = old_target;
9  
10    if (err == RETROK)