mirror of
https://github.com/curl/curl.git
synced 2026-04-15 21:51:41 +03:00
ftpserver.pl: Fixed IMAP cmdid being sent on custom responses
This commit is contained in:
parent
af82661dbd
commit
27b7b1062f
1 changed files with 2 additions and 1 deletions
|
|
@ -3114,9 +3114,10 @@ while(1) {
|
|||
else {
|
||||
$text = $displaytext{$FTPCMD};
|
||||
}
|
||||
|
||||
my $check;
|
||||
if($text && ($text ne "")) {
|
||||
if($cmdid && ($cmdid ne "")) {
|
||||
if(($cmdid) && ($cmdid ne "") && ($fake) && ($fake ne "")) {
|
||||
sendcontrol "$cmdid$text\r\n";
|
||||
}
|
||||
else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue