[v9_9] fix backport error

This commit is contained in:
Evan Hunt 2016-02-17 19:13:22 -08:00
parent 31e4657cf2
commit a078c9eeae

View file

@ -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.