Fix build issue

This commit is contained in:
François Grisez 2016-02-02 11:30:54 +01:00
parent b4452da58d
commit d637660990

View file

@ -5712,7 +5712,7 @@ static void call_logs_sqlite_storage(void) {
LinphoneCallLog *call_log = NULL;
LinphoneAddress *laure = NULL;
time_t user_data_time = time(NULL);
time_t start_time = NULL;
time_t start_time = 0;
unlink(logs_db);
linphone_core_set_call_logs_database_path(marie->lc, logs_db);