summaryrefslogtreecommitdiffhomepage
path: root/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval.c b/eval.c
index b9c9907..b873140 100644
--- a/eval.c
+++ b/eval.c
@@ -1317,7 +1317,7 @@ ut_execute_function(struct ut_state *state, uint32_t off)
static struct json_object *
ut_execute_this(struct ut_state *state, uint32_t off)
{
- return ut_getproto(ut_getscope(state, 0));
+ return json_object_get(ut_getproto(ut_getscope(state, 0)));
}
static struct json_object *