mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-26 23:58:17 +00:00
reset liblinphone_log_collection_max_file_size to default value in function linphone_core_reset_log_collection
This commit is contained in:
parent
b6952c1dba
commit
1cc45284cf
1 changed files with 1 additions and 0 deletions
|
|
@ -1031,6 +1031,7 @@ void linphone_core_reset_log_collection(void) {
|
|||
ms_free(filename);
|
||||
liblinphone_log_collection_file = NULL;
|
||||
liblinphone_log_collection_file_size = 0;
|
||||
liblinphone_log_collection_max_file_size = LOG_COLLECTION_DEFAULT_MAX_FILE_SIZE; /*also reset size*/
|
||||
ortp_mutex_unlock(&liblinphone_log_collection_mutex);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue