1
0
mirror of https://github.com/pocoproject/poco.git synced 2025-03-31 16:04:27 +02:00

ProcessRunner erases its PID file name ()

This commit is contained in:
Aleksandar Fabijanic 2024-09-11 13:01:52 -05:00 committed by GitHub
parent 2812dd7049
commit 0bce71de24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -185,7 +185,6 @@ void ProcessRunner::stop()
if (!_pidFile.empty())
{
File pidFile(_pidFile);
_pidFile.clear();
std::string msg;
Poco::format(msg, "Waiting for PID file (pidFile: '%s')", _pidFile);
_sw.restart();