mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 16:18:48 -05:00
ftpserver.pl: Corrected logic from commit 27b7b1062f
This commit is contained in:
parent
27b7b1062f
commit
558034ab70
@ -3117,7 +3117,7 @@ while(1) {
|
|||||||
|
|
||||||
my $check;
|
my $check;
|
||||||
if($text && ($text ne "")) {
|
if($text && ($text ne "")) {
|
||||||
if(($cmdid) && ($cmdid ne "") && ($fake) && ($fake ne "")) {
|
if(($cmdid) && ($cmdid ne "") && ((!$fake) || ($fake eq ""))) {
|
||||||
sendcontrol "$cmdid$text\r\n";
|
sendcontrol "$cmdid$text\r\n";
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Loading…
Reference in New Issue
Block a user