Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jean-Baptiste Kempf
libaacs
Commits
32711116
Commit
32711116
authored
Jan 14, 2016
by
npzacs
Browse files
Check for NULL
parent
12e0ceca
Changes
1
Show whitespace changes
Inline
Side-by-side
src/file/keydbcfg.c
View file @
32711116
...
...
@@ -676,6 +676,9 @@ config_file *keydbcfg_config_load(const char *configfile_path)
int
config_ok
=
0
;
config_file
*
cf
=
keydbcfg_new_config_file
();
if
(
!
cf
)
{
return
NULL
;
}
/* try to load KEYDB.cfg */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment