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

[#2209] (Re)Fix cache for zid

parent 0060b519
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ void AudioZrtpSession::initializeZid (void) ...@@ -48,7 +48,7 @@ void AudioZrtpSession::initializeZid (void)
throw ZrtpZidException(); throw ZrtpZidException();
} }
std::string zidCompleteFilename = std::string (HOMEDIR) + DIR_SEPARATOR_STR + "." + PROGDIR + "/" + _zidFilename; std::string zidCompleteFilename = std::string (HOMEDIR) + DIR_SEPARATOR_STR + ".cache/" + PROGDIR + "/" + _zidFilename;
if (initialize (zidCompleteFilename.c_str()) >= 0) { if (initialize (zidCompleteFilename.c_str()) >= 0) {
_debug ("Register callbacks\n"); _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