FreeBSD Bugzilla – Attachment 212521 Details for
Bug 244904
dns/nsd: 4.3.0 does not start
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
dns/nsd/files/patch-server.c
patch-server.c (text/plain), 474 bytes, created by
Hajimu UMEMOTO
on 2020-03-19 09:26:49 UTC
(
hide
)
Description:
dns/nsd/files/patch-server.c
Filename:
MIME Type:
Creator:
Hajimu UMEMOTO
Created:
2020-03-19 09:26:49 UTC
Size:
474 bytes
patch
obsolete
>--- server.c.orig 2020-03-17 10:00:17 UTC >+++ server.c >@@ -1104,7 +1104,7 @@ set_setfib(struct nsd_socket *sock) > { > #if defined(SO_SETFIB) > if(setsockopt(sock->s, SOL_SOCKET, SO_SETFIB, >- (const void *)(uintptr_t)sock->fib, sizeof(sock->fib)) == -1) >+ (const void *)(uintptr_t)&sock->fib, sizeof(sock->fib)) == -1) > { > log_msg(LOG_ERR, "setsockopt(..., %s, %d, ...) failed: %s", > "SO_SETFIB", sock->fib, strerror(errno));
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 Raw
Actions:
View
Attachments on
bug 244904
: 212521