mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
[#2209] (Re)Fix cache for zid
This commit is contained in:
@ -48,7 +48,7 @@ void AudioZrtpSession::initializeZid (void)
|
||||
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) {
|
||||
_debug ("Register callbacks\n");
|
||||
|
Reference in New Issue
Block a user