mirror of
https://github.com/curl/curl.git
synced 2026-07-27 00:37:17 +03:00
ftpserver.pl: Corrected logic from commit 27b7b1062f
This commit is contained in:
parent
27b7b1062f
commit
558034ab70
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue