Skip to content

Commit 4b87973

Browse files
[rpc] Remove auth cookie on shutdown
Accidentally removed in 40b556d
1 parent ebfd653 commit 4b87973

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rpc/server.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ void StopRPC()
322322
{
323323
LogPrint(BCLog::RPC, "Stopping RPC\n");
324324
deadlineTimers.clear();
325+
DeleteAuthCookie();
325326
g_rpcSignals.Stopped();
326327
}
327328

0 commit comments

Comments
 (0)