dect
/
asterisk
Archived
13
0
Fork 0

Fix a typo

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1045 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
martinp 2003-05-19 23:45:46 +00:00
parent f3d0fe862d
commit 0383b72401
1 changed files with 1 additions and 1 deletions

View File

@ -2884,7 +2884,7 @@ static struct ast_frame *zt_handle_event(struct ast_channel *ast)
case SIG_SF_FEATDMF:
case SIG_SF_FEATB:
/* FGD MF *Must* wait for wink */
if (strlen(p->dop.dialstr)) {
if (strlen(p->dop.dialstr))
res = ioctl(p->subs[SUB_REAL].zfd, ZT_DIAL, &p->dop);
else if (res < 0) {
ast_log(LOG_WARNING, "Unable to initiate dialing on trunk channel %d\n", p->channel);