Skip to content

Commit 0bce71d

Browse files
authored
ProcessRunner erases its PID file name #4648 (#4649)
1 parent 2812dd7 commit 0bce71d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Foundation/src/ProcessRunner.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ void ProcessRunner::stop()
185185
if (!_pidFile.empty())
186186
{
187187
File pidFile(_pidFile);
188-
_pidFile.clear();
189188
std::string msg;
190189
Poco::format(msg, "Waiting for PID file (pidFile: '%s')", _pidFile);
191190
_sw.restart();

0 commit comments

Comments
 (0)