diff --git a/json_pointer.c b/json_pointer.c index f06aed03b5..a445e3bf77 100644 --- a/json_pointer.c +++ b/json_pointer.c @@ -159,7 +159,7 @@ static int json_pointer_get_recursive( } /* We should be at the end of the recursion here */ - if (value) + if (value) *value = obj; return 0;