mirror of
https://github.com/curl/curl.git
synced 2026-07-22 19:47:16 +03: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:
parent
b708a522a1
commit
1795e24176
1 changed files with 1 additions and 1 deletions
|
|
@ -781,7 +781,7 @@ sub CAPABILITY_imap {
|
|||
return 0;
|
||||
}
|
||||
|
||||
sub SELECT_IMAP {
|
||||
sub SELECT_imap {
|
||||
my ($testno) = @_;
|
||||
my @data;
|
||||
my $size;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue