ftpserver: Bareword "to_mailbox" not allowed

Added missing $
This commit is contained in:
Daniel Stenberg 2013-08-30 15:21:39 +02:00
parent 9d35ad9552
commit 221825aebf
1 changed files with 1 additions and 1 deletions

View File

@ -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 {