Update client/internal/profilemanager/service.go

Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
This commit is contained in:
Theodor Midtlien
2026-09-18 18:16:40 +02:00
committed by GitHub
co-authored by cubic-dev-ai[bot]
parent 8403085a44
commit 7e3759a5a1
+1 -1
View File
@@ -652,7 +652,7 @@ func (s *ServiceManager) ClaimLegacyProfiles(id ipcauth.Identity) {
}
func (s *ServiceManager) ClaimDefaultProfileIfNeeded(id ipcauth.Identity) {
if !id.Known() || ipcauth.IsPrivilegedCaller(id) || !defaultProfileClaimDisabled() {
if !id.Known() || ipcauth.IsPrivilegedCaller(id) || defaultProfileClaimDisabled() {
return
}