Skip to content

Commit

Permalink
core: bug fix in function reference for full preprocessor defines output
Browse files Browse the repository at this point in the history
  • Loading branch information
henningw committed Jun 8, 2018
1 parent 94e7a4d commit 6a478a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/core/core_cmd.c
Expand Up @@ -1072,9 +1072,9 @@ static rpc_export_t core_rpc_methods[] = {
0},
{"core.aliases_list", core_aliases_list, core_aliases_list_doc, 0},
{"core.sockets_list", core_sockets_list, core_sockets_list_doc, 0},
{"core.modules", core_modules, core_modules_doc, RET_ARRAY},
{"core.ppdefines", core_ppdefines, core_ppdefines_doc, RET_ARRAY},
{"core.ppdefines_full", core_ppdefines_full, core_ppdefines_doc, RET_ARRAY},
{"core.modules", core_modules, core_modules_doc, RET_ARRAY},
{"core.ppdefines", core_ppdefines, core_ppdefines_doc, RET_ARRAY},
{"core.ppdefines_full", core_ppdefines_full, core_ppdefines_full_doc, RET_ARRAY},
#ifdef USE_DNS_CACHE
{"dns.mem_info", dns_cache_mem_info, dns_cache_mem_info_doc,
0 },
Expand Down

0 comments on commit 6a478a2

Please sign in to comment.