Merge "main/manager.c: Bugfix sort action_manager by alphabetically" into 13

changes/63/463/3
Joshua Colp 10 years ago committed by Gerrit Code Review
commit 8f8d54a18e

@ -6755,9 +6755,9 @@ static int ast_manager_register_struct(struct manager_action *act)
return -1;
}
if (ret > 0) { /* Insert these alphabetically */
prev = cur;
break;
}
prev = cur;
}
ao2_t_ref(act, +1, "action object added to list");

Loading…
Cancel
Save