Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISC Open Source Projects
Kea
Commits
d4556e1d
Commit
d4556e1d
authored
Sep 24, 2014
by
Tomek Mrugalski
🛰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[3591] Cosmetic change after review
parent
6098e089
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
src/lib/dhcpsrv/daemon.cc
src/lib/dhcpsrv/daemon.cc
+1
-2
No files found.
src/lib/dhcpsrv/daemon.cc
View file @
d4556e1d
...
...
@@ -69,8 +69,7 @@ void Daemon::configureLogger(const isc::data::ConstElementPtr& log_config,
return
;
}
isc
::
data
::
ConstElementPtr
loggers
;
loggers
=
log_config
->
get
(
"loggers"
);
isc
::
data
::
ConstElementPtr
loggers
=
log_config
->
get
(
"loggers"
);
if
(
!
loggers
)
{
// There is Logging structure, but it doesn't have loggers
// array in it. Let's clear any old logging configuration
...
...
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