ftpserver.pl: Fixed missing comma from 7fd84b14d219b1
This commit is contained in:
parent
5f93c5d658
commit
6f5b46855c
@ -599,7 +599,7 @@ sub protocolsetup {
|
|||||||
'SEARCH' => \&SEARCH_imap,
|
'SEARCH' => \&SEARCH_imap,
|
||||||
'SELECT' => \&SELECT_imap,
|
'SELECT' => \&SELECT_imap,
|
||||||
'STATUS' => \&STATUS_imap,
|
'STATUS' => \&STATUS_imap,
|
||||||
'STORE' => \&STORE_imap
|
'STORE' => \&STORE_imap,
|
||||||
'UID' => \&UID_imap,
|
'UID' => \&UID_imap,
|
||||||
);
|
);
|
||||||
%displaytext = (
|
%displaytext = (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user