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
16
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
40139374
Commit
40139374
authored
4 years ago
by
Dmitriy A. Gerasimov
Browse files
Options
Downloads
Patches
Plain Diff
...
parent
38b4d0bf
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#7161
passed with stage
Stage: analyze
in 12 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
modules/global-db/dap_chain_global_db_driver.c
+1
-1
1 addition, 1 deletion
modules/global-db/dap_chain_global_db_driver.c
modules/service/vpn/include/dap_chain_net_srv_vpn_cdb_server_list.h
+1
-0
1 addition, 0 deletions
...rvice/vpn/include/dap_chain_net_srv_vpn_cdb_server_list.h
with
2 additions
and
1 deletion
modules/global-db/dap_chain_global_db_driver.c
+
1
−
1
View file @
40139374
...
...
@@ -547,7 +547,7 @@ int dap_chain_global_db_driver_appy(pdap_store_obj_t a_store_obj, size_t a_store
l_ret
=
1
;
}
if
(
l_ret_tmp
<
0
)
{
log_it
(
L_ERROR
,
"Can't write item %s/%s
\n
"
,
l_store_obj_cur
->
group
,
l_store_obj_cur
->
key
);
log_it
(
L_ERROR
,
"Can't write item %s/%s
(code %d)
\n
"
,
l_store_obj_cur
->
group
,
l_store_obj_cur
->
key
,
l_ret_tmp
);
l_ret
-=
1
;
}
}
...
...
This diff is collapsed.
Click to expand it.
modules/service/vpn/include/dap_chain_net_srv_vpn_cdb_server_list.h
+
1
−
0
View file @
40139374
...
...
@@ -37,4 +37,5 @@ int dap_chain_net_srv_vpn_cdb_server_list_init(void);
void
dap_chain_net_srv_vpn_cdb_server_list_deinit
(
void
);
void
dap_chain_net_srv_vpn_cdb_server_list_add_proc
(
struct
dap_http
*
sh
,
const
char
*
url
);
int
dap_chain_net_srv_vpn_cdb_server_list_static_create
(
dap_chain_net_t
*
a_net
);
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