mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-03 13:02:00 +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)
|
if (id)
|
||||||
return AuthResult{ .user_id = *id, .settings = {} };
|
return AuthResult{ .user_id = *id };
|
||||||
return std::nullopt;
|
return std::nullopt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user