ftpserver.pl: Fixed missing comma from 7fd84b14d2

This commit is contained in:
Steve Holme 2013-09-12 11:52:19 +01:00
parent 5f93c5d658
commit 6f5b46855c
1 changed files with 1 additions and 1 deletions

View File

@ -599,7 +599,7 @@ sub protocolsetup {
'SEARCH' => \&SEARCH_imap,
'SELECT' => \&SELECT_imap,
'STATUS' => \&STATUS_imap,
'STORE' => \&STORE_imap
'STORE' => \&STORE_imap,
'UID' => \&UID_imap,
);
%displaytext = (