mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-26 22:15:52 +00:00
Cosmetic.
This commit is contained in:
@@ -263,6 +263,7 @@ int main(int argc, char* argv[])
|
||||
else
|
||||
{
|
||||
// Have a RPC command.
|
||||
NameThread("rpc");
|
||||
std::vector<std::string> vCmd = vm["parameters"].as<std::vector<std::string> >();
|
||||
|
||||
iResult = commandLineRPC(vCmd);
|
||||
|
||||
@@ -420,7 +420,7 @@ std::string DoSustain()
|
||||
_exit(0);
|
||||
if (pChild == 0)
|
||||
{
|
||||
NameThread("child");
|
||||
NameThread("main");
|
||||
signal(SIGINT, SIG_DFL);
|
||||
signal(SIGHUP, SIG_DFL);
|
||||
signal(SIGUSR1, SIG_DFL);
|
||||
|
||||
Reference in New Issue
Block a user