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
20
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
dd940a3f
Commit
dd940a3f
authored
1 year ago
by
Roman Khlopkov
🔜
Browse files
Options
Downloads
Plain Diff
Merge branch 'feature-8973' into 'develop'
Feature 8973 See merge request
!1303
parents
8ba6d603
f8f5fc26
No related branches found
No related tags found
1 merge request
!1303
Feature 8973
Pipeline
#30844
passed with stage
in 9 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/net/dap_chain_net_decree.c
+1
-1
1 addition, 1 deletion
modules/net/dap_chain_net_decree.c
with
1 addition
and
1 deletion
modules/net/dap_chain_net_decree.c
+
1
−
1
View file @
dd940a3f
...
@@ -510,7 +510,7 @@ static int s_common_decree_handler(dap_chain_datum_decree_t * a_decree, dap_chai
...
@@ -510,7 +510,7 @@ static int s_common_decree_handler(dap_chain_datum_decree_t * a_decree, dap_chai
dap_enc_http_ban_list_client_add_ipv6
(
l_ip_addr
,
l_decree_hash
,
a_decree
->
header
.
ts_created
);
dap_enc_http_ban_list_client_add_ipv6
(
l_ip_addr
,
l_decree_hash
,
a_decree
->
header
.
ts_created
);
}
else
if
(
l_tsd
->
type
==
DAP_CHAIN_DATUM_DECREE_TSD_TYPE_NODE_ADDR
){
}
else
if
(
l_tsd
->
type
==
DAP_CHAIN_DATUM_DECREE_TSD_TYPE_NODE_ADDR
){
dap_chain_node_addr_t
l_addr_node
=
dap_tsd_get_scalar
(
l_tsd
,
dap_chain_node_addr_t
);
dap_chain_node_addr_t
l_addr_node
=
dap_tsd_get_scalar
(
l_tsd
,
dap_chain_node_addr_t
);
if
(
!
dap_chain_node_net_ban_list_add_node_addr
(
l_
node_addr
,
l_decree_hash
,
a_decree
->
header
.
ts_created
,
l_net
))
if
(
!
dap_chain_node_net_ban_list_add_node_addr
(
l_
addr_node
,
l_decree_hash
,
a_decree
->
header
.
ts_created
,
l_net
))
return
-
4
;
return
-
4
;
}
else
{
}
else
{
log_it
(
L_WARNING
,
"Invalid section TSD type for sub-decree datum of type "
log_it
(
L_WARNING
,
"Invalid section TSD type for sub-decree datum of type "
...
...
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