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
713ad87a
Commit
713ad87a
authored
Mar 16, 2005
by
Mark Andrews
Browse files
1832. [bug] named fails to return BADKEY on unknown TSIG algorithm.
[RT #13620]
parent
4f082b58
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
713ad87a
1832. [bug] named fails to return BADKEY on unknown TSIG algorithm.
[RT #13620]
1831. [doc] Update named-checkzone documentation. [RT#13604]
1830. [bug] adb lame cache has sence of test reversed. [RT #13600]
...
...
lib/dns/tsig.c
View file @
713ad87a
...
...
@@ -16,7 +16,7 @@
*/
/*
* $Id: tsig.c,v 1.11
7
200
4
/03/
05 05:09:25
marka Exp $
* $Id: tsig.c,v 1.11
8
200
5
/03/
16 01:47:16
marka Exp $
*/
#include
<config.h>
...
...
@@ -167,7 +167,7 @@ dns_tsigkey_createfromkey(dns_name_t *name, dns_name_t *algorithm,
goto
cleanup_name
;
}
}
else
{
if
(
key
!=
NULL
)
{
if
(
dst
key
!=
NULL
)
{
ret
=
DNS_R_BADALG
;
goto
cleanup_name
;
}
...
...
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