diff --git a/lib/dns/tsig.c b/lib/dns/tsig.c index cc349d5447..276a5ca63f 100644 --- a/lib/dns/tsig.c +++ b/lib/dns/tsig.c @@ -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,