]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 168746 via svnmerge from
authorSteve Murphy <murf@digium.com>
Fri, 16 Jan 2009 00:38:36 +0000 (00:38 +0000)
committerSteve Murphy <murf@digium.com>
Fri, 16 Jan 2009 00:38:36 +0000 (00:38 +0000)
commit166ff7e96b902a00ad4928110f6cfa194fdf3930
tree88959bf3bc8b9e84dea9751d801e3f4402e90130
parent5c80480c83aaeda82a8fea9954d4ea43d5cc326e
Merged revisions 168746 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r168746 | murf | 2009-01-15 17:34:31 -0700 (Thu, 15 Jan 2009) | 20 lines

  Merged revisions 168745 via svnmerge from
  https://origsvn.digium.com/svn/asterisk/branches/1.4

  ........
    r168745 | murf | 2009-01-15 17:19:12 -0700 (Thu, 15 Jan 2009) | 14 lines

    This patch fixes a problem where a goto (or jump, in this case)
    fails a consistency check because it can't find a matching
    extension. The problem was a missing instruction to end
    the range notation in the code where it converts the pattern
    into a regex and uses the regex code to determine the match.

    I tested using the AEL code the user supplied, and now,
    the consistency check passes.

    (closes issue #14141)
    Reported by: dimas
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@168747 65c4cc65-6c06-0410-ace0-fbb531ad65f3
res/ael/pval.c