[asterisk-commits] murf: trunk r144563 - /trunk/pbx/pbx_lua.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Sep 25 16:54:11 CDT 2008
Author: murf
Date: Thu Sep 25 16:54:11 2008
New Revision: 144563
URL: http://svn.digium.com/view/asterisk?view=rev&rev=144563
Log:
(closes issue #13559)
Reported by: mnicholson
Patches:
pbx_lua8.diff uploaded by mnicholson (license 96)
Modified:
trunk/pbx/pbx_lua.c
Modified: trunk/pbx/pbx_lua.c
URL: http://svn.digium.com/view/asterisk/trunk/pbx/pbx_lua.c?view=diff&rev=144563&r1=144562&r2=144563
==============================================================================
--- trunk/pbx/pbx_lua.c (original)
+++ trunk/pbx/pbx_lua.c Thu Sep 25 16:54:11 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