mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-23 23:28:18 -04:00
tsig.c:136: warning: unused variable `tmp' -- removed
This commit is contained in:
parent
6d3496c045
commit
003e911541
1 changed files with 1 additions and 3 deletions
|
|
@ -16,7 +16,7 @@
|
|||
*/
|
||||
|
||||
/*
|
||||
* $Id: tsig.c,v 1.80 2000/07/28 23:26:59 bwelling Exp $
|
||||
* $Id: tsig.c,v 1.81 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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue