Skip to content
Snippets Groups Projects
Unverified Commit f84455a7 authored by anta999's avatar anta999 Committed by GitHub
Browse files

Merge pull request #5 from cellframe/HEAD

#if 0
parents 42c9c7f1 6145da1c
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