dect
/
asterisk
Archived
13
0
Fork 0

chan_dect: reinstate accidentally deleted code

Signed-pff-by: Patrick McHardy <kaber@trash.net>
This commit is contained in:
Patrick McHardy 2010-10-15 06:04:21 +02:00
parent fd501373c2
commit 79c5f5fcb7
1 changed files with 2 additions and 0 deletions

View File

@ -458,6 +458,8 @@ static int dect_db_parse_codec_list(struct dect_pt *pt, const char *key,
struct dect_ie_codec_list *cl;
unsigned int i;
if (strncmp(key, "codec_list/", strlen("codec_list/")))
return -1;
key += strlen("codec_list/");
cl = pt->codec_list;