Skip to content

Commit

Permalink
core: rpc dns.view returns an array of records
Browse files Browse the repository at this point in the history
(cherry picked from commit 648dd93)
  • Loading branch information
miconda committed May 9, 2018
1 parent 75e29b9 commit e4cca93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/core_cmd.c
Expand Up @@ -1044,7 +1044,7 @@ static rpc_export_t core_rpc_methods[] = {
{"dns.debug_all", dns_cache_debug_all, dns_cache_debug_all_doc,
0 },
{"dns.view", dns_cache_view, dns_cache_view_doc,
0 },
RET_ARRAY },
{"dns.lookup", dns_cache_rpc_lookup, dns_cache_rpc_lookup_doc,
0 },
{"dns.delete_all", dns_cache_delete_all, dns_cache_delete_all_doc,
Expand Down

0 comments on commit e4cca93

Please sign in to comment.