This commit is contained in:
Alexander A. Klimov 2024-05-08 10:20:24 +02:00
parent 3e1fd1da14
commit c308dc89a5

View File

@ -869,6 +869,8 @@ void ApiListener::NewClientHandlerInternal(
aclient->Start(); aclient->Start();
willBeShutDown = true; willBeShutDown = true;
UpdateObjectAuthority();
} }
} else { } else {
Log(LogNotice, "ApiListener", "New HTTP client"); Log(LogNotice, "ApiListener", "New HTTP client");