From f9df3b7b030eba4d4ffdf533dc9ec5d3e8f666ca Mon Sep 17 00:00:00 2001 From: Michael Graff Date: Tue, 30 Mar 1999 03:45:46 +0000 Subject: [PATCH] typo --- lib/dns/include/dns/message.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/dns/include/dns/message.h b/lib/dns/include/dns/message.h index 61b7df1109..32d7648e0e 100644 --- a/lib/dns/include/dns/message.h +++ b/lib/dns/include/dns/message.h @@ -42,11 +42,11 @@ * TSIG checking is also done at this layer, and any DNSSEC information should * also be performed at this time. * - * If dns_msg_fromwire() returns DNS_RESULT_MOREDATA additional + * If dns_msg_fromwire() returns DNS_R_MOREDATA additional * message packets are required. This implies an EDNS message. * * When going from structure to wire, dns_msg_towire() will return - * DNS_RESULT_MOREDATA if there is more data left in the output buffer that + * DNS_R_MOREDATA if there is more data left in the output buffer that * could not be rendered into the exisiting buffer. * * XXX Needed: ways to handle TSIG and DNSSEC, supply TSIG and DNSSEC