avoid wrinting log when log key is updated

This commit is contained in:
Jehan Monnier 2011-05-26 17:35:49 +02:00
parent db00bf2a3e
commit 9a2914c429

View 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);
}
/**