summaryrefslogtreecommitdiff
path: root/tests/ftpserver.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ftpserver.pl')
-rwxr-xr-xtests/ftpserver.pl9
1 files changed, 7 insertions, 2 deletions
diff --git a/tests/ftpserver.pl b/tests/ftpserver.pl
index 7e61c2049..803273db6 100755
--- a/tests/ftpserver.pl
+++ b/tests/ftpserver.pl
@@ -2729,9 +2729,14 @@ sub customize {
logmsg "FTPD: Getting commands from log/ftpserver.cmd\n";
while(<CUSTOM>) {
- if($_ =~ /REPLY ([A-Za-z0-9+\/=]+) (.*)/) {
+ if($_ =~ /REPLY ([A-Za-z0-9+\/=]*) (.*)/) {
$customreply{$1}=eval "qq{$2}";
- logmsg "FTPD: set custom reply for $1\n";
+ if($1 eq "") {
+ logmsg "FTPD: set custom reply for empty response\n";
+ }
+ else {
+ logmsg "FTPD: set custom reply for $1\n";
+ }
}
elsif($_ =~ /COUNT ([A-Z]+) (.*)/) {
# we blank the customreply for this command when having