Skip to content
Snippets Groups Projects
Commit 9312b0c8 authored by Mark Spencer's avatar Mark Spencer
Browse files

Fix minor formatting issue

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5216 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent e31fd63b
No related branches found
No related tags found
No related merge requests found
......@@ -1059,10 +1059,10 @@ zapretry:
chan->name, chan->uniqueid, conf->confno, user->user_no);
}
}
if (using_pseudo) {
/* Carefully write */
careful_write(fd, f->data, f->datalen);
}
if (using_pseudo) {
/* Carefully write */
careful_write(fd, f->data, f->datalen);
}
} else if ((f->frametype == AST_FRAME_DTMF) && (confflags & CONFFLAG_EXIT_CONTEXT)) {
char tmp[2];
tmp[0] = f->subclass;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment