(closes issue #13559)

Reported by: mnicholson
Patches:
      pbx_lua8.diff uploaded by mnicholson (license 96)




git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@144563 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.2
Steve Murphy 17 years ago
parent 38028fa641
commit a36696f2e7

@ -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;
}

Loading…
Cancel
Save