Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cellframe-sdk
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
17
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cellframe
cellframe-sdk
Commits
717a951d
Commit
717a951d
authored
3 years ago
by
Roman Khlopkov
🔜
Browse files
Options
Downloads
Patches
Plain Diff
[*] Redundancy remove
parent
ddacd866
No related branches found
No related tags found
1 merge request
!322
bugs-4850
Pipeline
#7978
passed with stage
in 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/net/dap_chain_node_client.c
+2
-2
2 additions, 2 deletions
modules/net/dap_chain_node_client.c
with
2 additions
and
2 deletions
modules/net/dap_chain_node_client.c
+
2
−
2
View file @
717a951d
...
...
@@ -470,7 +470,7 @@ static void s_ch_chain_callback_notify_packet_out(dap_stream_ch_chain_t* a_ch_ch
dap_chain_node_client_t
*
l_node_client
=
(
dap_chain_node_client_t
*
)
a_arg
;
assert
(
a_arg
);
dap_stream_ch_t
*
l_ch
=
NULL
;
if
((
l_ch
=
dap_stream_ch_find_by_uuid_unsafe
(
l_node_client
->
stream_worker
,
l_node_client
->
ch_chain_uuid
))
!=
NULL
){
//
if((l_ch = dap_stream_ch_find_by_uuid_unsafe(l_node_client->stream_worker, l_node_client->ch_chain_uuid)) != NULL){
switch
(
a_pkt_type
)
{
case
DAP_STREAM_CH_CHAIN_PKT_TYPE_SYNCED_GLOBAL_DB
:
{
if
(
s_stream_ch_chain_debug_more
)
...
...
@@ -483,7 +483,7 @@ static void s_ch_chain_callback_notify_packet_out(dap_stream_ch_chain_t* a_ch_ch
default:
{
}
}
}
//
}
}
static
int
save_stat_to_database
(
dap_stream_ch_chain_net_srv_pkt_test_t
*
a_request
,
dap_chain_node_client_t
*
a_node_client
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment