From ecc685684824cdbb971438ed944794d4bff4547d Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 30 May 2006 16:18:07 +0000 Subject: * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits in the correct place. copying. No need to allocate new array for group members. Just --- sysdeps/posix/getaddrinfo.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sysdeps') diff --git a/sysdeps/posix/getaddrinfo.c b/sysdeps/posix/getaddrinfo.c index a35b8662d5..185957be6a 100644 --- a/sysdeps/posix/getaddrinfo.c +++ b/sysdeps/posix/getaddrinfo.c @@ -1668,7 +1668,7 @@ gaiconf_init (void) if (strcmp (cmd, "label") == 0) { struct in6_addr prefix; - unsigned long int bits = 128; + unsigned long int bits; unsigned long int val; char *endp; @@ -1677,6 +1677,7 @@ gaiconf_init (void) nullbitsp = &labellist_nullbits; new_elem: + bits = 128; __set_errno (0); cp = strchr (val1, '/'); if (cp != NULL) -- cgit v1.2.3