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

This commit is contained in:
Joshua Colp
2015-05-14 05:03:07 -05:00
committed by Gerrit Code Review

View File

@@ -6781,9 +6781,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");