Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
cd6eeeb8
Commit
cd6eeeb8
authored
Apr 29, 2016
by
Mark Andrews
Browse files
4350. [contrib] Declare result in dlz_filesystem_dynamic.c.
parent
ab833877
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
cd6eeeb8
4350. [contrib] Declare result in dlz_filesystem_dynamic.c.
4349. [contrib] kasp2policy: A python script to create a DNSSEC
policy file from an OpenDNSSEC KASP XML file.
...
...
contrib/dlz/modules/filesystem/dlz_filesystem_dynamic.c
View file @
cd6eeeb8
...
...
@@ -825,6 +825,7 @@ isc_result_t
dlz_create
(
const
char
*
dlzname
,
unsigned
int
argc
,
char
*
argv
[],
void
**
dbdata
,
...)
{
isc_result_t
result
=
ISC_R_NOMEMORY
;
config_data_t
*
cd
;
char
*
endp
;
int
len
;
...
...
@@ -933,7 +934,7 @@ dlz_create(const char *dlzname, unsigned int argc, char *argv[],
dlz_destroy
(
cd
);
/* return error */
return
(
ISC_R_NOMEMORY
);
return
(
result
);
}
void
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment