From c8f207f89f5cbbfd10791f54508afe1be8f5ea6e Mon Sep 17 00:00:00 2001 From: imp Date: Wed, 26 Jun 2002 18:03:31 +0000 Subject: Remove two lines that were cvs merged that shouldn't have been. This fixes the build. Reported by: dillon. --- lib/libc/net/name6.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/libc') diff --git a/lib/libc/net/name6.c b/lib/libc/net/name6.c index 83c3caf..d80f9c2 100644 --- a/lib/libc/net/name6.c +++ b/lib/libc/net/name6.c @@ -1205,9 +1205,7 @@ getanswer(answer, anslen, qname, qtype, template, errp) nn = strlen(bp) + 1; /* for the \0 */ bp += nn; } - obp = bp; /* ALIGN rounds up */ bp = (char *)ALIGN(bp); - buflen -= (bp - obp); DNS_FATAL(bp + n < ep); DNS_ASSERT(hap < &h_addr_ptrs[MAXADDRS-1]); -- cgit v1.1