diff --git a/src/dnssec.c b/src/dnssec.c index 0eae9ed..4cf9503 100644 --- a/src/dnssec.c +++ b/src/dnssec.c @@ -99,6 +99,7 @@ static int extract_name_no_compression(unsigned char *rr, int maxlen, char *buf) } *buf++ = '.'; } + rr++; *buf = 0; if (rr == end) return 0;