[svn-commits] rmudgett: branch rmudgett/parking r331277 - /team/rmudgett/parking/
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Tue Aug 9 18:20:04 CDT 2011
Author: rmudgett
Date: Tue Aug 9 18:19:52 2011
New Revision: 331277
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=331277
Log:
Merged revisions 331248 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r331248 | rmudgett | 2011-08-09 17:12:59 -0500 (Tue, 09 Aug 2011) | 15 lines
Misc minor items found in code.
* Add some reentrancy protection in pbx.c when creating the contexts_table
hash table.
* Fix inverted test in chan_sip.c conditional code.
* Fix uninitialized variable and use of the wrong variable in chan_iax2.c.
* Fix test of return value in app_parkandannounce.c. Explicitly testing
for -1 is bad if the function does not actually return that value when it
fails.
* Fixup some comments and add some curly braces in features.c.
........
Modified:
team/rmudgett/parking/ (props changed)
Propchange: team/rmudgett/parking/
------------------------------------------------------------------------------
automerge = *
Propchange: team/rmudgett/parking/
------------------------------------------------------------------------------
--- parking-integrated (original)
+++ parking-integrated Tue Aug 9 18:19:52 2011
@@ -1,1 +1,1 @@
-/branches/1.8:1-331193
+/branches/1.8:1-331269
More information about the svn-commits
mailing list