imap_tester: Fixed build after Protocol.GetFolders() changes.

This commit is contained in:
Axel Dörfler
2015-01-06 15:25:19 +01:00
parent 7993ddfaba
commit 82f27de238
+3 -2
View File
@@ -1,5 +1,5 @@
/*
* Copyright 2011-2012, Axel Dörfler, [email protected].
* Copyright 2011-2013, Axel Dörfler, [email protected].
* Distributed under the terms of the MIT License.
*/
@@ -67,8 +67,9 @@ static void
do_folders(int argc, char** argv)
{
IMAP::FolderList folders;
BString separator;
status_t status = sProtocol.GetFolders(folders);
status_t status = sProtocol.GetFolders(folders, separator);
if (status != B_OK) {
error("folders", status);
return;