mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-19 12:10:19 +01:00
[rpc] Remove auth cookie on shutdown
Accidentally removed in40b556d374Github-Pull: #10139 Rebased-From:4b87973c32
This commit is contained in:
committed by
Wladimir J. van der Laan
parent
0b5e162b84
commit
f15268db3b
@@ -331,6 +331,7 @@ void StopRPC()
|
||||
{
|
||||
LogPrint("rpc", "Stopping RPC\n");
|
||||
deadlineTimers.clear();
|
||||
DeleteAuthCookie();
|
||||
g_rpcSignals.Stopped();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user