mirror of
https://github.com/moparisthebest/curl
synced 2024-11-15 14:05:03 -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";
|
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";
|
sendcontrol "$cmdid BAD Command Argument\r\n";
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Loading…
Reference in New Issue
Block a user