1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

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

View File

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