mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Merge pull request #56401 from evillique/kerberos-kafka-segfault
Fix segfault during Kerberos initialization
This commit is contained in:
commit
ae6b4e62b1
@ -44,7 +44,7 @@ private:
|
||||
krb5_ccache defcache = nullptr;
|
||||
krb5_get_init_creds_opt * options = nullptr;
|
||||
// Credentials structure including ticket, session key, and lifetime info.
|
||||
krb5_creds my_creds;
|
||||
krb5_creds my_creds {};
|
||||
krb5_keytab keytab = nullptr;
|
||||
krb5_principal defcache_princ = nullptr;
|
||||
String fmtError(krb5_error_code code) const;
|
||||
|
Loading…
Reference in New Issue
Block a user