From 9a2914c429330ef06fadecd6691fccf55e3ade0a Mon Sep 17 00:00:00 2001 From: Jehan Monnier Date: Thu, 26 May 2011 17:35:49 +0200 Subject: [PATCH] avoid wrinting log when log key is updated --- coreapi/linphonecore.c | 1 - 1 file changed, 1 deletion(-) diff --git a/coreapi/linphonecore.c b/coreapi/linphonecore.c index 1b9647f37..4c6deea9a 100644 --- a/coreapi/linphonecore.c +++ b/coreapi/linphonecore.c @@ -239,7 +239,6 @@ void linphone_call_log_set_ref_key(LinphoneCallLog *cl, const char *refkey){ cl->refkey=NULL; } if (refkey) cl->refkey=ms_strdup(refkey); - call_logs_write_to_config_file(cl->lc); } /**