Merge branch 'master' of git.sv.gnu.org:/srv/git/linphone

This commit is contained in:
Simon Morlat 2011-05-30 12:33:37 +02:00
commit 8bf1f2c14e

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