mirror of
https://github.com/curl/curl.git
synced 2026-05-07 09:47:29 +03:00
ftpserver: properly reset $ftptargetdir.
This commit is contained in:
parent
70c3ed48ac
commit
eb04636d68
1 changed files with 1 additions and 1 deletions
|
|
@ -3023,7 +3023,7 @@ while(1) {
|
|||
undef $ftplistparserstate;
|
||||
}
|
||||
if($ftptargetdir) {
|
||||
undef $ftptargetdir;
|
||||
$ftptargetdir = "";
|
||||
}
|
||||
|
||||
if($verbose) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue