Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 4923 | Differences between
and this patch

Collapse All | Expand All

(-)libc/resolv/nss_dns/dns-network.c (-1 / +3 lines)
Lines 328-334 Link Here
328
	    }
328
	    }
329
	  cp += n;
329
	  cp += n;
330
	  *alias_pointer++ = bp;
330
	  *alias_pointer++ = bp;
331
	  bp += strlen (bp) + 1;
331
	  n = strlen (bp) + 1;
332
	  bp += n;
333
	  linebuflen -= n;
332
	  result->n_addrtype = class == C_IN ? AF_INET : AF_UNSPEC;
334
	  result->n_addrtype = class == C_IN ? AF_INET : AF_UNSPEC;
333
	  ++have_answer;
335
	  ++have_answer;
334
	}
336
	}

Return to bug 4923