mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-17 00:14:13 -04:00
conflicting variable name removed
This commit is contained in:
parent
d1fb73ada8
commit
fcc30797e1
1 changed files with 1 additions and 2 deletions
|
|
@ -16,7 +16,7 @@
|
|||
*/
|
||||
|
||||
/*
|
||||
* $Id: tsig.c,v 1.27 1999/10/29 13:56:56 bwelling Exp $
|
||||
* $Id: tsig.c,v 1.28 1999/10/29 20:37:23 bwelling Exp $
|
||||
* Principal Author: Brian Wellington
|
||||
*/
|
||||
|
||||
|
|
@ -939,7 +939,6 @@ dns_tsigkey_find(dns_tsigkey_t **tsigkey, dns_name_t *name,
|
|||
static isc_result_t
|
||||
add_initial_keys(dns_c_kdeflist_t *list, isc_mem_t *mctx) {
|
||||
isc_lex_t *lex = NULL;
|
||||
dns_c_kdeflist_t *list;
|
||||
dns_c_kdef_t *key;
|
||||
unsigned char *secret = NULL;
|
||||
int secretlen = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue