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
b70f6ae9
Commit
b70f6ae9
authored
Jun 05, 2000
by
Brian Wellington
Browse files
missing call to dst_context_destroy
parent
813d6c97
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/dns/tsig.c
View file @
b70f6ae9
...
...
@@ -16,7 +16,7 @@
*/
/*
* $Id: tsig.c,v 1.
69
2000/06/0
2 18:59:1
7 bwelling Exp $
* $Id: tsig.c,v 1.
70
2000/06/0
5 20:01:0
7 bwelling Exp $
* Principal Author: Brian Wellington
*/
...
...
@@ -770,6 +770,8 @@ dns_tsig_verify(isc_buffer_t *source, dns_message_t *msg,
}
else
if
(
ret
!=
ISC_R_SUCCESS
)
goto
cleanup_context
;
dst_context_destroy
(
&
ctx
);
}
else
if
(
tsig
.
error
!=
dns_tsigerror_badsig
&&
tsig
.
error
!=
dns_tsigerror_badkey
)
...
...
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