[asterisk-commits] mnicholson: branch 1.8 r309495 - in /branches/1.8: ./ pbx/pbx_lua.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Mar 4 12:10:26 CST 2011
Author: mnicholson
Date: Fri Mar 4 12:10:23 2011
New Revision: 309495
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=309495
Log:
Merged revisions 309494 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
........
r309494 | mnicholson | 2011-03-04 11:55:57 -0600 (Fri, 04 Mar 2011) | 2 lines
remove mysterious lua_pushvalue() that is never used
........
Modified:
branches/1.8/ (props changed)
branches/1.8/pbx/pbx_lua.c
Propchange: branches/1.8/
------------------------------------------------------------------------------
Binary property 'branch-1.6.2-merged' - no diff available.
Modified: branches/1.8/pbx/pbx_lua.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/pbx/pbx_lua.c?view=diff&rev=309495&r1=309494&r2=309495
==============================================================================
--- branches/1.8/pbx/pbx_lua.c (original)
+++ branches/1.8/pbx/pbx_lua.c Fri Mar 4 12:10:23 2011
@@ -787,7 +787,7 @@
int context_name = context - 1;
int context_order;
- lua_pushvalue(L, context_name);
+ /* create the context_order table */
lua_newtable(L);
context_order = lua_gettop(L);
More information about the asterisk-commits
mailing list