-> name change accidentally changed the cli command as well: ftdm sangoma_ss7 show... is a little to long

This commit is contained in:
Konrad Hammel 2010-06-07 07:45:17 -04:00 committed by Moises Silva
parent 60de9e9cfe
commit 024ce241cf
1 changed files with 1 additions and 1 deletions

View File

@ -1147,7 +1147,7 @@ static FIO_IO_LOAD_FUNCTION(ftdm_sangoma_ss7_io_init)
assert(fio != NULL);
memset(&g_ftdm_sngss7_interface, 0, sizeof(g_ftdm_sngss7_interface));
g_ftdm_sngss7_interface.name = "sangoma_ss7";
g_ftdm_sngss7_interface.name = "ss7";
g_ftdm_sngss7_interface.api = ftdm_sangoma_ss7_api;
*fio = &g_ftdm_sngss7_interface;