FreeBSD Bugzilla – Attachment 51281 Details for
Bug 77937
BIND tools fail on hosts without IPv6 and NSes with AAAA
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 363 bytes, created by
Valentin Nechayev
on 2005-02-22 22:40:16 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Valentin Nechayev
Created:
2005-02-22 22:40:16 UTC
Size:
363 bytes
patch
obsolete
>--- contrib/bind/lib/resolv/res_send.c.0 Tue Jan 25 12:42:56 2005 >+++ contrib/bind/lib/resolv/res_send.c Wed Feb 23 00:19:22 2005 >@@ -765,7 +765,7 @@ > if (EXT(statp).nssocks[ns] < 0) { > *terrno = errno; > Perror(statp, stderr, "socket(dg)", errno); >- return (-1); >+ return (*terrno == EPROTONOSUPPORT ? 0 : -1); > } > #ifndef CANNOT_CONNECT_DGRAM > /*
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 77937
: 51281