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
Sebastian Schrader
Kea
Commits
7c98c9fd
Commit
7c98c9fd
authored
Jan 07, 2012
by
JINMEI Tatuya
Browse files
Merge branch 'trac805-merged' of
ssh://git.bind10.isc.org/var/bind10/git/bind10
into trac805merge
parents
91b5b26b
138bb39f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/server_common/socket_request.cc
View file @
7c98c9fd
...
...
@@ -262,7 +262,7 @@ public:
// Note: we should eventually unify this level of details into a single
// module. Setting a single filter here should be considered a short
// term workaround.
if
(
signal
(
SIGPIPE
,
SIG_IGN
)
==
SIG_ERR
)
{
if
(
std
::
signal
(
SIGPIPE
,
SIG_IGN
)
==
SIG_ERR
)
{
isc_throw
(
Unexpected
,
"Failed to filter SIGPIPE: "
<<
strerror
(
errno
));
}
...
...
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