diff options
author | imp <imp@FreeBSD.org> | 2002-06-26 18:03:31 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2002-06-26 18:03:31 +0000 |
commit | c8f207f89f5cbbfd10791f54508afe1be8f5ea6e (patch) | |
tree | a93a635949215b0923621d8ab38916d2da29f59d | |
parent | 33f0a5804d6d625ff988e6651f2c782d86ec5001 (diff) | |
download | FreeBSD-src-c8f207f89f5cbbfd10791f54508afe1be8f5ea6e.zip FreeBSD-src-c8f207f89f5cbbfd10791f54508afe1be8f5ea6e.tar.gz |
Remove two lines that were cvs merged that shouldn't have been. This
fixes the build.
Reported by: dillon.
-rw-r--r-- | lib/libc/net/name6.c | 2 |
1 files changed, 0 insertions, 2 deletions
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]); |