2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

Minor tsig cleanup.

This commit is contained in:
Brian Wellington
2000-08-14 18:13:11 +00:00
parent 4fc4813eb3
commit f2338a0d6a
4 changed files with 50 additions and 32 deletions

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: message.c,v 1.139 2000/08/07 20:37:34 gson Exp $ */
/* $Id: message.c,v 1.140 2000/08/14 18:13:10 bwelling Exp $ */
/***
*** Imports
@@ -600,7 +600,7 @@ spacefortsig(dns_tsigkey_t *key, int otherlen) {
*/
dns_name_toregion(&key->name, &r1);
dns_name_toregion(&key->algorithm, &r2);
dns_name_toregion(key->algorithm, &r2);
if (key->key == NULL)
x = 0;
else {