mirror of
https://github.com/SChernykh/p2pool.git
synced 2024-11-16 15:57:39 +00:00
ConsoleCommands: don't exit on EOF
This commit is contained in:
parent
7f1b849394
commit
921cbb0b69
1 changed files with 0 additions and 1 deletions
|
@ -232,7 +232,6 @@ void ConsoleCommands::run()
|
|||
|
||||
if (std::cin.eof()) {
|
||||
LOGINFO(1, "EOF, stopping");
|
||||
do_exit(m_pool, nullptr);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue