From 534f05207524f2870ccde271e1e54e5fc01b43e8 Mon Sep 17 00:00:00 2001 From: Alexandre Savard <alexandre.savard@savoirfairelinux.net> Date: Tue, 6 Oct 2009 11:07:45 -0400 Subject: [PATCH] [#2209] (Re)Fix cache for zid --- sflphone-common/src/audio/audiortp/AudioZrtpSession.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sflphone-common/src/audio/audiortp/AudioZrtpSession.cpp b/sflphone-common/src/audio/audiortp/AudioZrtpSession.cpp index 5961b170e2..58b46a1927 100644 --- a/sflphone-common/src/audio/audiortp/AudioZrtpSession.cpp +++ b/sflphone-common/src/audio/audiortp/AudioZrtpSession.cpp @@ -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"); -- GitLab