Skip to content

Commit

Permalink
app_lua: updated to use kemi api sr_kemi_core_set_drop()
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Apr 3, 2018
1 parent 84bf4cc commit 42f53e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/app_lua/app_lua_sr.c
Expand Up @@ -1769,7 +1769,7 @@ static int sr_kemi_lua_drop (lua_State *L)
str *s;

LM_DBG("script drop call\n");
sr_kemi_core_drop(NULL);
sr_kemi_core_set_drop(NULL);
s = sr_kemi_lua_exit_string_get();
lua_getglobal(L, "error");
lua_pushstring(L, s->s);
Expand Down

0 comments on commit 42f53e1

Please sign in to comment.