]> git.decadent.org.uk Git - nfs-utils.git/commit
Remove the AI_ADDRCONFIG hint flag to getaddrinfo() when it's
authorSteve Dickson <steved@redhat.com>
Thu, 12 Nov 2009 19:16:12 +0000 (14:16 -0500)
committerSteve Dickson <steved@redhat.com>
Thu, 12 Nov 2009 19:16:12 +0000 (14:16 -0500)
commit2905358524c0835311501bad04c521479b0525ff
treee0a1cc4add6d009509d86b65d8601ad3abc3832e
parent67e6d2d8a96e98d7f21693a9d034da81d3f90084
Remove the AI_ADDRCONFIG hint flag to getaddrinfo() when it's
call by nfsd to set up the file descriptors that are
sent to the kernel. The flag causes the getaddrinfo()
to fail, with EAI_NONAME, when there is not a non-loopback
network interface configured.

Signed-off-by: Steve Dickson <steved@redhat.com>
utils/nfsd/nfssvc.c