diff options
author | Patrick Monnerat <patrick@monnerat.net> | 2017-10-08 19:29:44 +0100 |
---|---|---|
committer | Patrick Monnerat <patrick@monnerat.net> | 2017-10-08 19:29:44 +0100 |
commit | eb04636d68b078ac86558147ca124676f32dc285 (patch) | |
tree | 9ce75ff9856fae8e30645cd765f8a5c857dac704 /tests | |
parent | 70c3ed48ac737ab7fa83600313cf4bd9c2443ee5 (diff) |
ftpserver: properly reset $ftptargetdir.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/ftpserver.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ftpserver.pl b/tests/ftpserver.pl index 2aba4263a..77d0b6faf 100755 --- a/tests/ftpserver.pl +++ b/tests/ftpserver.pl @@ -3023,7 +3023,7 @@ while(1) { undef $ftplistparserstate; } if($ftptargetdir) { - undef $ftptargetdir; + $ftptargetdir = ""; } if($verbose) { |