mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
assistant: fix invalid length error
This commit is contained in:
parent
215a86c9ca
commit
af64f9977f
2 changed files with 4 additions and 2 deletions
|
|
@ -515,7 +515,8 @@ static void migrateWizardToAssistant(const char *entry, void *user_data) {
|
|||
}
|
||||
|
||||
- (void)migrationFromVersion2To3 {
|
||||
lp_config_for_each_entry(_configDb, "wizard", migrateWizardToAssistant, (__bridge void *)(self));
|
||||
// DONT DO THAT!
|
||||
// lp_config_for_each_entry(_configDb, "wizard", migrateWizardToAssistant, (__bridge void *)(self));
|
||||
}
|
||||
|
||||
#pragma mark - Linphone Core Functions
|
||||
|
|
|
|||
|
|
@ -19,7 +19,8 @@ display_filter_auto_rotate=0
|
|||
send_logs_include_linphonerc_and_chathistory=0
|
||||
|
||||
[assistant]
|
||||
username_regex=^[a-z0-9_.\-]*$
|
||||
username_length=-1
|
||||
password_length=-1
|
||||
|
||||
[in_app_purchase]
|
||||
enabled=0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue