Update to clang-19

This commit is contained in:
Alexey Milovidov 2024-02-27 14:39:20 +01:00
parent c192a448d0
commit 568127ae98

View File

@ -504,7 +504,7 @@ std::optional<AuthResult> LDAPAccessStorage::authenticateImpl(
}
if (id)
return AuthResult{ .user_id = *id, .settings = {} };
return AuthResult{ .user_id = *id };
return std::nullopt;
}