[asterisk-commits] murf: branch 1.6.1 r144566 - in /branches/1.6.1: ./ pbx/pbx_lua.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Sep 25 17:00:54 CDT 2008
Author: murf
Date: Thu Sep 25 17:00:53 2008
New Revision: 144566
URL: http://svn.digium.com/view/asterisk?view=rev&rev=144566
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.1/ (props changed)
branches/1.6.1/pbx/pbx_lua.c
Propchange: branches/1.6.1/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.1/pbx/pbx_lua.c
URL: http://svn.digium.com/view/asterisk/branches/1.6.1/pbx/pbx_lua.c?view=diff&rev=144566&r1=144565&r2=144566
==============================================================================
--- branches/1.6.1/pbx/pbx_lua.c (original)
+++ branches/1.6.1/pbx/pbx_lua.c Thu Sep 25 17:00:53 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