mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 11:19:59 -04:00
[v9_9] fix backport error
This commit is contained in:
parent
31e4657cf2
commit
a078c9eeae
1 changed files with 1 additions and 1 deletions
|
|
@ -287,7 +287,7 @@ verify(isccc_sexpr_t *alist, unsigned char *data, unsigned int length,
|
|||
if (!isccc_alist_alistp(_auth))
|
||||
return (ISC_R_FAILURE);
|
||||
hmd5 = isccc_alist_lookup(_auth, "hmd5");
|
||||
if (!isccc_sexpr_binaryp(hmac))
|
||||
if (!isccc_sexpr_binaryp(hmd5))
|
||||
return (ISC_R_FAILURE);
|
||||
/*
|
||||
* Compute digest.
|
||||
|
|
|
|||
Loading…
Reference in a new issue