forked from Mirrors/freeswitch
fix for compile warning
This commit is contained in:
parent
d22e0caf15
commit
7018a15bf1
@ -273,7 +273,7 @@ static ftdm_status_t parse_trunkgroup(const char *_trunkgroup)
|
||||
{
|
||||
int i;
|
||||
char *p, *name, *dchan_span, *backup_span, *trunkgroup;
|
||||
uint8_t num_spans;
|
||||
uint8_t num_spans = 0;
|
||||
ftdm_status_t ret = FTDM_SUCCESS;
|
||||
|
||||
trunkgroup = ftdm_strdup(_trunkgroup);
|
||||
|
Loading…
Reference in New Issue
Block a user