Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
003e9115
Commit
003e9115
authored
Jul 31, 2000
by
David Lawrence
Browse files
tsig.c:136: warning: unused variable `tmp' -- removed
parent
6d3496c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/dns/tsig.c
View file @
003e9115
...
...
@@ -16,7 +16,7 @@
*/
/*
* $Id: tsig.c,v 1.8
0
2000/07/
28 23:26:59 bwelling
Exp $
* $Id: tsig.c,v 1.8
1
2000/07/
31 21:07:11 tale
Exp $
* Principal Author: Brian Wellington
*/
...
...
@@ -133,8 +133,6 @@ dns_tsigkey_create(dns_name_t *name, dns_name_t *algorithm,
tkey
->
refs
=
0
;
if
(
length
>
0
)
{
dns_tsigkey_t
*
tmp
=
NULL
;
isc_buffer_init
(
&
b
,
secret
,
length
);
isc_buffer_add
(
&
b
,
length
);
ret
=
dst_key_frombuffer
(
name
,
alg
,
...
...
Write
Preview
Markdown
is supported
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