Skip to content
Snippets Groups Projects
Unverified Commit 4bb6426c authored by Sébastien Blin's avatar Sébastien Blin
Browse files

archiver: fix signature

Change-Id: Ib3bffda0fec4a7dd8d2c20f4f6c9ce373f05c709
parent 199ef999
No related branches found
No related tags found
No related merge requests found
......@@ -147,7 +147,7 @@ exportAccounts(const std::vector<std::string>& accountIDs,
}
int
importAccounts(const std::string& archivePath, std::string password)
importAccounts(const std::string& archivePath, const std::string& password)
{
if (archivePath.empty()) {
JAMI_ERR("Missing arguments");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment