mirror of
https://github.com/curl/curl.git
synced 2026-04-29 21:52:11 +03:00
ftpserver.pl: Fixed variable error introduced in 7fd84b14d2
Global symbol "$mailbox" requires explicit package name
This commit is contained in:
parent
7fd84b14d2
commit
5f93c5d658
1 changed files with 1 additions and 1 deletions
|
|
@ -1296,7 +1296,7 @@ sub COPY_imap {
|
|||
sub UID_imap {
|
||||
my ($args) = @_;
|
||||
my ($command) = split(/ /, $args, 1);
|
||||
fix_imap_params($command, $mailbox);
|
||||
fix_imap_params($command);
|
||||
|
||||
logmsg "UID_imap got $args\n";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue