1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

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

This reverts commit 558034ab70 as it appears to break the auto
builds. More thought is required for this!
This commit is contained in:
Steve Holme 2013-11-06 12:31:46 +00:00
parent 558034ab70
commit cf7008670b

View File

@ -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 {