[rpc] Remove auth cookie on shutdown

Accidentally removed in 40b556d374
pull/10139/head
practicalswift 8 years ago
parent ebfd653798
commit 4b87973c32

@ -322,6 +322,7 @@ void StopRPC()
{ {
LogPrint(BCLog::RPC, "Stopping RPC\n"); LogPrint(BCLog::RPC, "Stopping RPC\n");
deadlineTimers.clear(); deadlineTimers.clear();
DeleteAuthCookie();
g_rpcSignals.Stopped(); g_rpcSignals.Stopped();
} }

Loading…
Cancel
Save