Skip to content
Snippets Groups Projects
Commit 1746405e authored by Dmitriy A. Gerasimov's avatar Dmitriy A. Gerasimov
Browse files

[-] Commented out com_news

parent 480a389f
No related branches found
No related tags found
No related merge requests found
......@@ -1013,8 +1013,8 @@ int dap_chain_node_cli_init(dap_config_t * g_config)
#ifndef _WIN32
// News
dap_chain_node_cli_cmd_item_create("news", com_news, NULL, "Add News for VPN clients. Language code is a text code like \"en\", \"ru\", \"fr\"",
"news [-text <news text> | -file <filename with news>] -lang <language code> \n");
//dap_chain_node_cli_cmd_item_create("news", com_news, NULL, "Add News for VPN clients. Language code is a text code like \"en\", \"ru\", \"fr\"",
// "news [-text <news text> | -file <filename with news>] -lang <language code> \n");
#endif
// create thread for waiting of clients
......
......@@ -135,7 +135,7 @@ int com_exit(int argc, char ** argv, void *arg_func, char **str_reply);
#ifndef _WIN32
// Add News for VPN clients
int com_news(int a_argc, char ** a_argv, void *a_arg_func, char **a_str_reply);
//int com_news(int a_argc, char ** a_argv, void *a_arg_func, char **a_str_reply);
#endif
// vpn_client command
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment