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
Joshua Root
libaacs
Commits
71350c93
Commit
71350c93
authored
Sep 25, 2011
by
npzacs
Committed by
Ano Nymous
Feb 18, 2012
Browse files
Removed redundant code
parent
c5319dcf
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libaacs/aacs.c
View file @
71350c93
...
...
@@ -612,15 +612,7 @@ AACS *aacs_open(const char *path, const char *configfile_path)
if
(
_load_config
(
aacs
,
configfile_path
))
{
DEBUG
(
DBG_AACS
,
"Searching for keydb config entry...
\n
"
);
if
(
_find_config_entry
(
aacs
,
path
))
{
if
(
_calc_uks
(
aacs
,
path
))
{
keydbcfg_config_file_close
(
aacs
->
cf
);
aacs
->
cf
=
NULL
;
DEBUG
(
DBG_AACS
,
"AACS initialized! (%p)
\n
"
,
aacs
);
return
aacs
;
}
}
_find_config_entry
(
aacs
,
path
);
DEBUG
(
DBG_AACS
,
"Starting AACS waterfall...
\n
"
);
if
(
_calc_uks
(
aacs
,
path
))
{
...
...
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