We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b01f54 commit 67842fcCopy full SHA for 67842fc
src/lib/process/daemon.cc
@@ -128,7 +128,7 @@ Daemon::checkConfigFile() const {
128
std::string
129
Daemon::getProcName() {
130
return (proc_name_);
131
-};
+}
132
133
void
134
Daemon::setProcName(const std::string& proc_name) {
@@ -152,7 +152,7 @@ Daemon::getPIDFileName() const {
152
}
153
154
return ("");
155
156
157
158
Daemon::setPIDFileName(const std::string& pid_file_name) {
@@ -167,7 +167,7 @@ Daemon::setPIDFileName(const std::string& pid_file_name) {
167
168
169
pid_file_.reset(new util::PIDFile(pid_file_name));
170
171
172
173
Daemon::makePIDFileName() const {
0 commit comments