From 003e91154100b4031aea179bea5857282970f623 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Mon, 31 Jul 2000 21:07:11 +0000 Subject: [PATCH] tsig.c:136: warning: unused variable `tmp' -- removed --- lib/dns/tsig.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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,