]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fixes the argument order in definition of new_find_extension().
authorDavid Brooks <dbrooks@digium.com>
Wed, 10 Jun 2009 20:35:05 +0000 (20:35 +0000)
committerDavid Brooks <dbrooks@digium.com>
Wed, 10 Jun 2009 20:35:05 +0000 (20:35 +0000)
commit4f775fa399f55b1b9176610e03bde03b55b56736
tree88b7fdae3089c9610039c9c7ec3237f96d937bc1
parentb95f51e4fcb07472b17c673161eb13f9d6c919fe
Fixes the argument order in definition of new_find_extension().

In the definition of new_find_extension(), the arguments 'callerid' and
'label' were swapped. The prototype declaration and all calls to the
function are ordered 'callerid' then 'label', but the function itself
was ordered 'label' then 'callerid'.

(closes issue #15303)
Reported by: JimDickenson

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@199996 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/pbx.c