Skip to content

Commit

Permalink
assistant: fix invalid length error
Browse files Browse the repository at this point in the history
  • Loading branch information
bagage committed Feb 3, 2016
1 parent 215a86c commit af64f99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Classes/LinphoneManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion Resources/linphonerc-factory
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit af64f99

Please sign in to comment.