Skip to content
Snippets Groups Projects
Commit 199ef999 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

archiver: fix signature

Change-Id: I559d08234b167e242c36ab7ba6a2549a81895105
parent 8ca57b10
No related branches found
No related tags found
No related merge requests found
...@@ -147,7 +147,7 @@ exportAccounts(const std::vector<std::string>& accountIDs, ...@@ -147,7 +147,7 @@ exportAccounts(const std::vector<std::string>& accountIDs,
} }
int int
importAccounts(std::string archivePath, std::string password) importAccounts(const std::string& archivePath, std::string password)
{ {
if (archivePath.empty()) { if (archivePath.empty()) {
JAMI_ERR("Missing arguments"); 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