mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 03:50:31 +00:00
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
This commit is contained in:
@@ -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))
|
||||
break;
|
||||
}
|
||||
|
||||
if (res >= 0)
|
||||
res = ast_exists_extension(chan, context, collect, 1, chan->cid.cid_num) ? 1 : 0;
|
||||
|
||||
return res;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user