]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
pullup:
authorAndreas Gustafsson <source@isc.org>
Tue, 1 Aug 2000 15:06:22 +0000 (15:06 +0000)
committerAndreas Gustafsson <source@isc.org>
Tue, 1 Aug 2000 15:06:22 +0000 (15:06 +0000)
tsig.c:136: warning: unused variable `tmp\' -- removed

lib/dns/tsig.c

index eae7756cc9bca3620c4511e36cf86248436da339..1ef9808e9d369d5666c45da521e53d6e0fc14e3f 100644 (file)
@@ -16,7 +16,7 @@
  */
 
 /*
- * $Id: tsig.c,v 1.72.2.7 2000/07/28 23:39:21 gson Exp $
+ * $Id: tsig.c,v 1.72.2.8 2000/08/01 15:06:22 gson 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,