Commit 4b87973c authored by practicalswift's avatar practicalswift
Browse files

[rpc] Remove auth cookie on shutdown

Accidentally removed in 40b556d3
parent ebfd6537
Showing with 1 addition and 0 deletions
+1 -0
......@@ -322,6 +322,7 @@ void StopRPC()
{
LogPrint(BCLog::RPC, "Stopping RPC\n");
deadlineTimers.clear();
DeleteAuthCookie();
g_rpcSignals.Stopped();
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment