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:
Russell Bryant
2007-06-06 17:08:00 +00:00
parent 18101ff0e3
commit e727eef77f

View File

@@ -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;
}