Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 294994
Collapse All | Expand All

(-)a/utils/nfsd/nfssvc.c (-1 / +1 lines)
Lines 212-218 int Link Here
212
nfssvc_set_sockets(const int family, const unsigned int protobits,
212
nfssvc_set_sockets(const int family, const unsigned int protobits,
213
		   const char *host, const char *port)
213
		   const char *host, const char *port)
214
{
214
{
215
	struct addrinfo hints = { .ai_flags = AI_PASSIVE | AI_ADDRCONFIG };
215
	struct addrinfo hints = { .ai_flags = AI_PASSIVE };
216
216
217
	hints.ai_family = family;
217
	hints.ai_family = family;
218
218

Return to bug 294994