Commit cf700867 authored by Steve Holme's avatar Steve Holme
Browse files

Revert "ftpserver.pl: Corrected logic from commit 27b7b106"

This reverts commit 558034ab as it appears to break the auto
builds. More thought is required for this!
parent 558034ab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3117,7 +3117,7 @@ while(1) {

        my $check;
        if($text && ($text ne "")) {
            if(($cmdid) && ($cmdid ne "") && ((!$fake) || ($fake eq ""))) {
            if(($cmdid) && ($cmdid ne "") && ($fake) && ($fake ne "")) {
                sendcontrol "$cmdid$text\r\n";
            }
            else {