dect
/
asterisk
Archived
13
0
Fork 0

fix typo, sorry

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@224335 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
jpeeler 2009-10-17 02:01:36 +00:00
parent f9da7c70a1
commit 92c0c97b67
1 changed files with 1 additions and 1 deletions

View File

@ -11290,7 +11290,7 @@ static struct dahdi_pvt *mkintf(int channel, const struct dahdi_chan_conf *conf,
ast_copy_string(tmp->context, conf->chan.context, sizeof(tmp->context));
ast_copy_string(tmp->parkinglot, conf->chan.parkinglot, sizeof(tmp->parkinglot));
tmp->cid_ton = 0;
if (analog_lib_handles(p->sig, p->radio, p->oprmode))
if (analog_lib_handles(tmp->sig, tmp->radio, tmp->oprmode)) {
ast_copy_string(tmp->cid_num, conf->chan.cid_num, sizeof(tmp->cid_num));
ast_copy_string(tmp->cid_name, conf->chan.cid_name, sizeof(tmp->cid_name));
} else {