]> git.ipfire.org Git - thirdparty/asterisk.git/commit
main/manager.c: Bugfix sort action_manager by alphabetically 59/459/1
authorRodrigo Ramírez Norambuena <decipher.hk@gmail.com>
Tue, 5 May 2015 01:11:56 +0000 (21:11 -0400)
committerRodrigo Ramirez Norambuena <decipher.hk@gmail.com>
Wed, 13 May 2015 15:46:20 +0000 (10:46 -0500)
commit9b13536feda1e9a723106a0092662f468de12672
tree9792b2b20807edf8681efdb4094aee3f017050f4
parent16f602f5c2297f2d75360efe27893df00b34285a
main/manager.c: Bugfix sort action_manager by alphabetically

Fix the alphabetic order added on ast_manager_register_struct. The order
for struct manager_action added is not working, this change fixes the
problem.

Change-Id: I149da0cd06c3c4445d7516cc303358e9f26f8b4b
main/manager.c