mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
ftpserver: Bareword "to_mailbox" not allowed
Added missing $
This commit is contained in:
parent
9d35ad9552
commit
221825aebf
@ -1122,7 +1122,7 @@ sub RENAME_imap {
|
||||
|
||||
logmsg "RENAME_imap got $args\n";
|
||||
|
||||
if (($from_mailbox eq "") || (to_mailbox eq "")) {
|
||||
if (($from_mailbox eq "") || ($to_mailbox eq "")) {
|
||||
sendcontrol "$cmdid BAD Command Argument\r\n";
|
||||
}
|
||||
else {
|
||||
|
Loading…
Reference in New Issue
Block a user