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
Pavel Zhukov
Kea
Commits
3f84bfc3
Commit
3f84bfc3
authored
Aug 11, 2010
by
JINMEI Tatuya
Browse files
folded a long line.
git-svn-id:
svn://bind10.isc.org/svn/bind10/trunk@2710
e5f2f494-b856-4b98-b285-d166d9295462
parent
71a68314
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/xfr/xfrout_client.cc
View file @
3f84bfc3
...
...
@@ -77,7 +77,8 @@ XfroutClient::sendXfroutRequestInfo(const int tcp_sock,
{
if
(
-
1
==
send_fd
(
impl_
->
socket_
.
native
(),
tcp_sock
))
{
isc_throw
(
XfroutError
,
"Failed to send the socket file descriptor to xfrout module"
);
"Failed to send the socket file descriptor "
"to xfrout module"
);
}
// XXX: this shouldn't be blocking send, even though it's unlikely to
...
...
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