[#2209] (Re)Fix cache for zid

This commit is contained in:
Alexandre Savard
2009-10-06 11:07:45 -04:00
parent 0060b519bd
commit 534f052075

View File

@ -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");