Skip to content
Snippets Groups Projects
Commit 6145da1c authored by ANTA's avatar ANTA
Browse files

#if 0

parent 42c9c7f1
No related branches found
No related tags found
No related merge requests found
......@@ -114,6 +114,7 @@ uint64_t dap_chain_net_srv_client_auth(dap_ledger_t *a_ledger,
// callback for traffic
void dap_chain_net_srv_traffic_callback(dap_server_t *a_server)
{
#if 0
pthread_mutex_lock(&a_server->mutex_on_hash);
dap_client_remote_t *l_client = a_server->clients;
if(l_client) {
......@@ -128,5 +129,6 @@ void dap_chain_net_srv_traffic_callback(dap_server_t *a_server)
}
}
pthread_mutex_unlock(&a_server->mutex_on_hash);
#endif
}
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