mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
Update to clang-19
This commit is contained in:
parent
c192a448d0
commit
568127ae98
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user