summaryrefslogtreecommitdiff
path: root/src/if_lua.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/if_lua.c')
-rw-r--r--src/if_lua.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/if_lua.c b/src/if_lua.c
index bcd0b02f9..144fcbea5 100644
--- a/src/if_lua.c
+++ b/src/if_lua.c
@@ -1862,7 +1862,8 @@ luaV_setvar(lua_State *L)
return 0;
// Update the value
copy_tv(&tv, &di->di_tv);
- dict_add(dict, di);
+ if (dict_add(dict, di) == FAIL)
+ return luaL_error(L, "Couldn't add to dictionary");
} else
{
// Clear the old value