From ec2962eacbaddebbc03a511a5646bc9f9272185c Mon Sep 17 00:00:00 2001 From: Giovanni Bajo Date: Wed, 2 May 2012 00:15:26 +0200 Subject: [PATCH] Fix the macro names. --- src/dnssec.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/dnssec.c b/src/dnssec.c index 8851492..6bb7a05 100644 --- a/src/dnssec.c +++ b/src/dnssec.c @@ -100,9 +100,9 @@ static int extract_name_no_compression(unsigned char *rr, int maxlen, char *buf) * larger, reflecting the total number of octects composing the domain name. * */ -#define PDN_EXTRACT 0 -#define PDN_COMPARE 1 -#define PDN_ORDER 2 +#define PWN_EXTRACT 0 +#define PWN_COMPARE 1 +#define PWN_ORDER 2 static int process_domain_name(struct dns_header *header, size_t pktlen, unsigned char** rdata, size_t* rdlen, unsigned char *out, int action)