Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
103b60e0
Commit
103b60e0
authored
Aug 28, 2018
by
Witold Krecicki
Browse files
Pre-merge nits
parent
d077f5c1
Pipeline
#4309
passed with stages
in 8 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
lib/isc/unix/socket.c
View file @
103b60e0
...
...
@@ -2790,7 +2790,7 @@ opensocket(isc__socketmgr_t *manager, isc__socket_t *sock,
set_sndbuf
)
==
ISC_R_SUCCESS
);
if
(
setsockopt
(
sock
->
fd
,
SOL_SOCKET
,
SO_SNDBUF
,
(
void
*
)
&
sndbuf
,
sizeof
(
sndbuf
))
==
-
1
)
{
isc__
strerror
(
errno
,
strbuf
,
sizeof
(
strbuf
));
strerror
_r
(
errno
,
strbuf
,
sizeof
(
strbuf
));
UNEXPECTED_ERROR
(
__FILE__
,
__LINE__
,
"setsockopt(%d, SO_SNDBUF, %d) %s: %s"
,
sock
->
fd
,
sndbuf
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment