mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
ftpserver: properly reset $ftptargetdir.
This commit is contained in:
parent
70c3ed48ac
commit
eb04636d68
@ -3023,7 +3023,7 @@ while(1) {
|
||||
undef $ftplistparserstate;
|
||||
}
|
||||
if($ftptargetdir) {
|
||||
undef $ftptargetdir;
|
||||
$ftptargetdir = "";
|
||||
}
|
||||
|
||||
if($verbose) {
|
||||
|
Loading…
Reference in New Issue
Block a user