From cddd0ddf0782aa9bebfa6dc46863d54ce585a0ed Mon Sep 17 00:00:00 2001 From: Danny Mayer Date: Sat, 30 Jun 2001 04:13:50 +0000 Subject: [PATCH] rdclass and rdtype size misdeclaration --- lib/lwres/lwres_grbn.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/lwres/lwres_grbn.c b/lib/lwres/lwres_grbn.c index 37d809f3e7..050d368179 100644 --- a/lib/lwres/lwres_grbn.c +++ b/lib/lwres/lwres_grbn.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lwres_grbn.c,v 1.3 2001/01/09 21:59:32 bwelling Exp $ */ +/* $Id: lwres_grbn.c,v 1.4 2001/06/30 04:13:50 mayer Exp $ */ #include @@ -198,7 +198,7 @@ lwres_grbnrequest_parse(lwres_context_t *ctx, lwres_buffer_t *b, char *name; lwres_grbnrequest_t *grbn; lwres_uint32_t flags; - lwres_uint32_t rdclass, rdtype; + lwres_uint16_t rdclass, rdtype; lwres_uint16_t namelen; REQUIRE(ctx != NULL);