edited a comment for clarity.

This commit is contained in:
Evan Hunt
2011-11-02 19:40:35 +00:00
parent 3cfacc310f
commit 6998d04941

View File

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