From: Daniel Stenberg Date: Fri, 30 Aug 2013 13:21:39 +0000 (+0200) Subject: ftpserver: Bareword "to_mailbox" not allowed X-Git-Tag: curl-7_33_0~190 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=221825aebfde4d69ae501ce4d0e25df881c17cab;p=thirdparty%2Fcurl.git ftpserver: Bareword "to_mailbox" not allowed Added missing $ --- diff --git a/tests/ftpserver.pl b/tests/ftpserver.pl index 9237a69fb7..2fd714ea80 100755 --- a/tests/ftpserver.pl +++ b/tests/ftpserver.pl @@ -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 {