Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
b34e3313
Commit
b34e3313
authored
Aug 23, 2012
by
JINMEI Tatuya
Browse files
[2138] editorial fix: combine two short lines
parent
5ac24545
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/auth/command.cc
View file @
b34e3313
...
...
@@ -146,8 +146,7 @@ public:
// Handle the "getstats" command. The argument is a list.
class
GetStatsCommand
:
public
AuthCommand
{
public:
virtual
ConstElementPtr
exec
(
AuthSrv
&
server
,
isc
::
data
::
ConstElementPtr
)
{
virtual
ConstElementPtr
exec
(
AuthSrv
&
server
,
isc
::
data
::
ConstElementPtr
)
{
return
(
createAnswer
(
0
,
server
.
getStatistics
()));
}
};
...
...
Write
Preview
Markdown
is supported
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