]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
tsig.c:136: warning: unused variable `tmp' -- removed
authorDavid Lawrence <source@isc.org>
Mon, 31 Jul 2000 21:07:11 +0000 (21:07 +0000)
committerDavid Lawrence <source@isc.org>
Mon, 31 Jul 2000 21:07:11 +0000 (21:07 +0000)
lib/dns/tsig.c

index cc349d54477942b674a33c1904f5a957c8ef3c62..276a5ca63f29bd0048a0bb9319bfce6abba68d18 100644 (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,