[asterisk-commits] murf: branch 1.6.0 r144564 - in /branches/1.6.0: ./ pbx/pbx_lua.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Sep 25 16:56:30 CDT 2008


Author: murf
Date: Thu Sep 25 16:56:30 2008
New Revision: 144564

URL: http://svn.digium.com/view/asterisk?view=rev&rev=144564
Log:
Merged revisions 144563 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

........
r144563 | murf | 2008-09-25 15:54:11 -0600 (Thu, 25 Sep 2008) | 7 lines

(closes issue #13559)
Reported by: mnicholson
Patches:
      pbx_lua8.diff uploaded by mnicholson (license 96)



........

Modified:
    branches/1.6.0/   (props changed)
    branches/1.6.0/pbx/pbx_lua.c

Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.0/pbx/pbx_lua.c
URL: http://svn.digium.com/view/asterisk/branches/1.6.0/pbx/pbx_lua.c?view=diff&rev=144564&r1=144563&r2=144564
==============================================================================
--- branches/1.6.0/pbx/pbx_lua.c (original)
+++ branches/1.6.0/pbx/pbx_lua.c Thu Sep 25 16:56:30 2008
@@ -1208,6 +1208,7 @@
 				ast_log(LOG_ERROR, "Error executing lua extension: %s\n", error);
 				res = -1;
 			}
+			lua_pop(L, 1);
 		} else {
 			res = -1;
 		}




More information about the asterisk-commits mailing list