[asterisk-commits] mnicholson: trunk r309496 - in /trunk: ./	pbx/pbx_lua.c
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Fri Mar  4 12:11:47 CST 2011
    
    
  
Author: mnicholson
Date: Fri Mar  4 12:11:43 2011
New Revision: 309496
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=309496
Log:
Merged revisions 309495 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
  r309495 | mnicholson | 2011-03-04 12:10:23 -0600 (Fri, 04 Mar 2011) | 9 lines
  
  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:
    trunk/   (props changed)
    trunk/pbx/pbx_lua.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.
Modified: trunk/pbx/pbx_lua.c
URL: http://svnview.digium.com/svn/asterisk/trunk/pbx/pbx_lua.c?view=diff&rev=309496&r1=309495&r2=309496
==============================================================================
--- trunk/pbx/pbx_lua.c (original)
+++ trunk/pbx/pbx_lua.c Fri Mar  4 12:11:43 2011
@@ -788,7 +788,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