Skip to content
Snippets Groups Projects
Commit ff8b5e30 authored by Alexandre Savard's avatar Alexandre Savard
Browse files

[#2176] Replace sfl.zid in .cache/sflphone instead of .sflphone

parent a44083bd
Branches
Tags
No related merge requests found
......@@ -47,7 +47,10 @@ namespace sfl {
throw ZrtpZidException();
}
std::string zidCompleteFilename = std::string(HOMEDIR) + DIR_SEPARATOR_STR + "." + PROGDIR + "/" + _zidFilename;
std::string zidCompleteFilename = std::string(HOMEDIR) + DIR_SEPARATOR_STR + ".cache" + DIR_SEPARATOR_STR + PROGDIR + "/" + _zidFilename;
_debug("Initialize Zid: try to find zid in: %s\n", zidCompleteFilename.c_str());
if(initialize(zidCompleteFilename.c_str()) >= 0) {
_debug("Register callbacks\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment