]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Some code cleanup in pbx.c
authorRichard Mudgett <rmudgett@digium.com>
Fri, 8 Jul 2011 01:08:05 +0000 (01:08 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Fri, 8 Jul 2011 01:08:05 +0000 (01:08 +0000)
commitd3bcf224b051064ed5f87bfd7576b946c5116039
tree1fc3e3958067596f1903ca0bbe2b65be52da4276
parent42d185df48ff69331e016cbf0a22663b6155759d
Some code cleanup in pbx.c

* Mostly comment and format changes.

* ast_context_remove_extension_callerid() and ast_add_extension_nolock()
will write lock the found specific context.

* ast_context_find() will now tolerate a NULL name.

* Eliminated some inlined versions of find_context() and
find_context_locked().

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