diff --git a/dap_chain_net_srv_vpn_cdb_server_list.c b/dap_chain_net_srv_vpn_cdb_server_list.c index 8152b691067d91d3c17ba3ff03bceedef206112f..cf4dda1d8d487ad7bdd88300ab2e604a49e3a48a 100644 --- a/dap_chain_net_srv_vpn_cdb_server_list.c +++ b/dap_chain_net_srv_vpn_cdb_server_list.c @@ -59,7 +59,7 @@ static void s_http_simple_proc(dap_http_simple_t *a_http_simple, void *a_arg); int dap_chain_net_srv_vpn_cdb_server_list_init() { char **l_cdb_networks; - size_t l_cdb_networks_count = 0; + uint16_t l_cdb_networks_count = 0; log_it(L_NOTICE,"Initialized Server List Module"); l_cdb_networks = dap_config_get_array_str( g_config, "cdb", "networks", &l_cdb_networks_count ); diff --git a/dap_chain_net_srv_vpn_cdb_server_list.h b/dap_chain_net_srv_vpn_cdb_server_list.h index ed45ed384ffa94bfc8f9806e8f7f3d110bb27b00..6aaacc975870a5f18986c1754649272a6a9731e0 100644 --- a/dap_chain_net_srv_vpn_cdb_server_list.h +++ b/dap_chain_net_srv_vpn_cdb_server_list.h @@ -8,20 +8,20 @@ * Copyright (c) 2017-2019 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of CellFrame SDK the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + CellFrame SDK is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - DAP is distributed in the hope that it will be useful, + CellFrame SDK is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with any DAP based project. If not, see <http://www.gnu.org/licenses/>. + along with any CellFrame SDK based project. If not, see <http://www.gnu.org/licenses/>. */ #pragma once