aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authormartinp <martinp@f38db490-d61c-443f-a65b-d21fe96a405b>2003-05-19 23:45:46 +0000
committermartinp <martinp@f38db490-d61c-443f-a65b-d21fe96a405b>2003-05-19 23:45:46 +0000
commit0383b72401ede07147d7054030795fb7c2c405a7 (patch)
treec1ccd9dfd3b1225bba0a380100fa935dbbcb6d71 /channels
parentf3d0fe862deda562fbd37a52c4d4d8e34ec643c3 (diff)
Fix a typo
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1045 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rwxr-xr-xchannels/chan_zap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_zap.c b/channels/chan_zap.c
index 1537dbda6..a4399b8c6 100755
--- a/channels/chan_zap.c
+++ b/channels/chan_zap.c
@@ -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);