aboutsummaryrefslogtreecommitdiffstats
path: root/pbx
diff options
context:
space:
mode:
authormurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2008-09-25 21:56:30 +0000
committermurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2008-09-25 21:56:30 +0000
commit33753a97901e0039d33e884d2dbf6161440b2805 (patch)
tree42dffa39cf88ea54912fe4a67465a17ec25780e4 /pbx
parent845b84d2fd5cb2f2966a02a3f5fcf8d813647c86 (diff)
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) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@144564 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx')
-rw-r--r--pbx/pbx_lua.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pbx/pbx_lua.c b/pbx/pbx_lua.c
index 9d95dc985..d1f28dbe9 100644
--- a/pbx/pbx_lua.c
+++ b/pbx/pbx_lua.c
@@ -1208,6 +1208,7 @@ static int exec(struct ast_channel *chan, const char *context, const char *exten
ast_log(LOG_ERROR, "Error executing lua extension: %s\n", error);
res = -1;
}
+ lua_pop(L, 1);
} else {
res = -1;
}