Revert "ftpserver.pl: Corrected logic from commit 27b7b1062f9d97"
This reverts commit 558034ab7002d1 as it appears to break the auto builds. More thought is required for this!
This commit is contained in:
parent
558034ab70
commit
cf7008670b
@ -3117,7 +3117,7 @@ while(1) {
|
|||||||
|
|
||||||
my $check;
|
my $check;
|
||||||
if($text && ($text ne "")) {
|
if($text && ($text ne "")) {
|
||||||
if(($cmdid) && ($cmdid ne "") && ((!$fake) || ($fake eq ""))) {
|
if(($cmdid) && ($cmdid ne "") && ($fake) && ($fake ne "")) {
|
||||||
sendcontrol "$cmdid$text\r\n";
|
sendcontrol "$cmdid$text\r\n";
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user