mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-27 16:09:20 +00:00
Fix missing variable initialization.
This commit is contained in:
parent
aad3b7e30b
commit
145b15c271
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ bctbx_list_t * call_logs_read_from_config_file(LinphoneCore *lc){
|
|||
const char *tmp;
|
||||
uint64_t sec;
|
||||
LpConfig *cfg=lc->config;
|
||||
bctbx_list_t *call_logs;
|
||||
bctbx_list_t *call_logs = NULL;
|
||||
|
||||
for(i=0;;++i){
|
||||
snprintf(logsection,sizeof(logsection),"call_log_%i",i);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue