summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfred E. Heggestad <aeh@db.org>2014-09-17 21:27:00 +0300
committerAlfred E. Heggestad <aeh@db.org>2014-09-17 21:27:00 +0300
commitc9f412f926b01f9038c85f0569f0eaa3638a4023 (patch)
tree4b7f1b4109c29f720f34d8ec5dede5d455d780f8
parentc7864e8878ec20340837dda28e421fe901f9afb6 (diff)
zrtp: set cache type to file
contributed by Ingo Feinerer, thanks !
-rw-r--r--modules/zrtp/zrtp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/zrtp/zrtp.c b/modules/zrtp/zrtp.c
index 29c1f0d..fced591 100644
--- a/modules/zrtp/zrtp.c
+++ b/modules/zrtp/zrtp.c
@@ -319,6 +319,7 @@ static int module_init(void)
int err;
zrtp_config_defaults(&zrtp_config);
+ zrtp_config.cache_type = ZRTP_CACHE_FILE;
err = conf_path_get(config_path, sizeof(config_path));
if (err) {