2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-03 16:15:27 +00:00

edited a comment for clarity.

This commit is contained in:
Evan Hunt
2011-11-02 19:41:02 +00:00
parent 4e3e80f93f
commit 7a30c8f783

View File

@@ -16,7 +16,7 @@
*/ */
/* /*
* $Id: tsig.c,v 1.150 2011/08/29 04:02:54 marka Exp $ * $Id: tsig.c,v 1.151 2011/11/02 19:41:02 each Exp $
*/ */
/*! \file */ /*! \file */
#include <config.h> #include <config.h>
@@ -1043,7 +1043,7 @@ dns_tsig_sign(dns_message_t *msg) {
goto cleanup_context; goto cleanup_context;
/* /*
* Digest the error and other data. * Digest other data.
*/ */
if (tsig.otherlen > 0) { if (tsig.otherlen > 0) {
r.length = tsig.otherlen; r.length = tsig.otherlen;