Skip to content
Snippets Groups Projects
Commit e727eef7 authored by Russell Bryant's avatar Russell Bryant
Browse files

Make a completely arbitrary formatting change to test out some Mantis/SVN

integration stuff.  (issue #9828)


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@67730 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 18101ff0
No related branches found
No related tags found
No related merge requests found
...@@ -100,8 +100,10 @@ int ast_app_dtget(struct ast_channel *chan, const char *context, char *collect, ...@@ -100,8 +100,10 @@ int ast_app_dtget(struct ast_channel *chan, const char *context, char *collect,
if (!ast_matchmore_extension(chan, context, collect, 1, chan->cid.cid_num)) if (!ast_matchmore_extension(chan, context, collect, 1, chan->cid.cid_num))
break; break;
} }
if (res >= 0) if (res >= 0)
res = ast_exists_extension(chan, context, collect, 1, chan->cid.cid_num) ? 1 : 0; res = ast_exists_extension(chan, context, collect, 1, chan->cid.cid_num) ? 1 : 0;
return res; return res;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment