Skip to content
GitLab
Menu
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
229239d5
Commit
229239d5
authored
Jan 06, 2011
by
JINMEI Tatuya
Browse files
one minor, irrelevant style fix for testing: add missing parentheses around 'return'
parent
ae44d5cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/asiolink/asiolink.cc
View file @
229239d5
...
...
@@ -260,7 +260,7 @@ convertAddr(const string& address) {
isc_throw
(
IOError
,
"Invalid IP address '"
<<
&
address
<<
"': "
<<
err
.
message
());
}
return
addr
;
return
(
addr
)
;
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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