tsig.c:136: warning: unused variable `tmp' -- removed

This commit is contained in:
David Lawrence 2000-07-31 21:07:11 +00:00
parent 6d3496c045
commit 003e911541

View file

@ -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,