Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dap-sdk
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
7
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
dap
dap-sdk
Commits
a318ac98
Commit
a318ac98
authored
6 months ago
by
oljas.jarasbaev
Browse files
Options
Downloads
Plain Diff
Merge branch 'bugfix-13269' into bugfix-olzhas
parents
6f25e4da
31dffa86
Loading
Loading
2 merge requests
!414
Hotfixes 1007
,
!406
Bugfix olzhas
Pipeline
#45073
passed with stage
in 11 minutes and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
crypto/src/dap_cert.c
+5
-1
5 additions, 1 deletion
crypto/src/dap_cert.c
with
5 additions
and
1 deletion
crypto/src/dap_cert.c
+
5
−
1
View file @
a318ac98
...
...
@@ -607,7 +607,11 @@ char *dap_cert_dump(dap_cert_t *a_cert)
const
char
*
dap_cert_get_folder
(
int
a_n_folder_path
)
{
char
**
l_p
=
utarray_eltptr
(
s_cert_folders
,
(
u_int
)
a_n_folder_path
);
return
*
l_p
;
if
(
!
l_p
)
{
log_it
(
L_ERROR
,
"No default cert path check 'ca_folders' in cellframe-node.cfg"
);
return
NULL
;
}
else
return
*
l_p
;
}
...
...
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