]> sjero.net Git - linphone/commitdiff
avoid wrinting log when log key is updated
authorJehan Monnier <jehan.monnier@linphone.org>
Thu, 26 May 2011 15:35:49 +0000 (17:35 +0200)
committerJehan Monnier <jehan.monnier@linphone.org>
Thu, 26 May 2011 15:35:49 +0000 (17:35 +0200)
coreapi/linphonecore.c

index 1b9647f37e8e49b54336ef14e490a03cb78596b6..4c6deea9a9e42e08326cc619880fa6b5b0c3df88 100644 (file)
@@ -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);
 }
 
 /**