1
0
mirror of https://github.com/moparisthebest/curl synced 2024-10-31 15:45:12 -04:00

imap test server: fix typo in name of SELECT_imap() sub definition

IMAP test server breaking typo introduced with commit b708a522a1
This commit is contained in:
Yang Tse 2013-01-05 13:40:34 +01:00
parent b708a522a1
commit 1795e24176

View File

@ -781,7 +781,7 @@ sub CAPABILITY_imap {
return 0; return 0;
} }
sub SELECT_IMAP { sub SELECT_imap {
my ($testno) = @_; my ($testno) = @_;
my @data; my @data;
my $size; my $size;