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
51e6164f
Commit
51e6164f
authored
Mar 31, 2014
by
Mark Andrews
Browse files
3796. [bug] Register dns and pkcs#11 error codes. [RT #35629]
parent
180d8b0e
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
51e6164f
3796. [bug] Register dns and pkcs#11 error codes. [RT #35629]
3795. [bug] Make named-checkconf detect raw masterfiles for
hint zones and reject them. [RT #35268]
...
...
bin/confgen/ddns-confgen.c
View file @
51e6164f
...
...
@@ -106,6 +106,11 @@ main(int argc, char **argv) {
int
len
=
0
;
int
ch
;
#ifdef PKCS11CRYPTO
pk11_result_register
();
#endif
dns_result_register
();
result
=
isc_file_progname
(
*
argv
,
program
,
sizeof
(
program
));
if
(
result
!=
ISC_R_SUCCESS
)
memmove
(
program
,
"tsig-keygen"
,
11
);
...
...
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