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
7506f1cc
Commit
7506f1cc
authored
9 months ago
by
Roman Khlopkov
🔜
Browse files
Options
Downloads
Patches
Plain Diff
[*] Compiler warning fix
parent
1432a6d9
No related branches found
No related tags found
No related merge requests found
Pipeline
#40722
failed with stage
in 14 minutes and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/channel/chain-net-srv/dap_stream_ch_chain_net_srv.c
+1
-1
1 addition, 1 deletion
modules/channel/chain-net-srv/dap_stream_ch_chain_net_srv.c
with
1 addition
and
1 deletion
modules/channel/chain-net-srv/dap_stream_ch_chain_net_srv.c
+
1
−
1
View file @
7506f1cc
...
@@ -356,7 +356,7 @@ static bool s_service_start(dap_stream_ch_t* a_ch , dap_stream_ch_chain_net_srv_
...
@@ -356,7 +356,7 @@ static bool s_service_start(dap_stream_ch_t* a_ch , dap_stream_ch_chain_net_srv_
if
(
l_err
.
code
||
!
l_srv_session
){
if
(
l_err
.
code
||
!
l_srv_session
){
debug_if
(
debug_if
(
l_check_role
,
L_ERROR
,
l_check_role
,
L_ERROR
,
"You can't provide service with ID %
llu
in net %s. Node role should be not lower than master
\n
"
,
l_srv
?
"You can't provide service with ID %
"
DAP_UINT64_FORMAT_U
"
in net %s. Node role should be not lower than master
\n
"
,
l_srv
?
l_srv
->
uid
.
uint64
:
0
,
l_net
->
pub
.
name
l_srv
->
uid
.
uint64
:
0
,
l_net
->
pub
.
name
);
);
if
(
a_ch
)
if
(
a_ch
)
...
...
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