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
Sebastian Schrader
Kea
Commits
27f9de21
Commit
27f9de21
authored
Jan 28, 2015
by
Marcin Siodelski
Browse files
[3687] Trivial fix: typo in the pid_file.cc
parent
48888c80
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/util/pid_file.cc
View file @
27f9de21
...
...
@@ -79,7 +79,7 @@ PIDFile::write(int pid) const {
bool
good
=
fs
.
good
();
fs
.
close
();
if
(
!
good
()
)
{
if
(
!
good
)
{
isc_throw
(
PIDFileError
,
"Unable to write to PID file '"
<<
filename_
<<
"'"
);
}
...
...
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