mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-16 14:52:52 -04:00
fix comment
This commit is contained in:
parent
b66ca17f29
commit
9900a6d0f8
1 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
/*%
|
||||
* Principal Author: Brian Wellington
|
||||
* $Id: dst_parse.c,v 1.6 2006/05/16 03:44:54 marka Exp $
|
||||
* $Id: dst_parse.c,v 1.7 2006/05/16 04:00:01 marka Exp $
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
|
@ -163,7 +163,7 @@ check_hmac_md5(const dst_private_t *priv, isc_boolean_t old) {
|
|||
|
||||
if (priv->nelements != HMACMD5_NTAGS) {
|
||||
/*
|
||||
* If this a good old format and we are accepting
|
||||
* If this is a good old format and we are accepting
|
||||
* the old format return success.
|
||||
*/
|
||||
if (old && priv->nelements == OLD_HMACMD5_NTAGS &&
|
||||
|
|
|
|||
Loading…
Reference in a new issue