mirror of
https://github.com/samba-team/samba.git
synced 2025-03-27 22:50:26 +03:00
s4-kdc/db_glue: remove unused hdb_entry_ex from samba_kdc_seq().
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
parent
d82388501f
commit
b74413b339
@ -1718,8 +1718,6 @@ static krb5_error_code samba_kdc_seq(krb5_context context,
|
||||
krb5_error_code ret;
|
||||
struct samba_kdc_seq *priv = kdc_db_ctx->seq_ctx;
|
||||
TALLOC_CTX *mem_ctx;
|
||||
hdb_entry_ex entry_ex;
|
||||
memset(&entry_ex, '\0', sizeof(entry_ex));
|
||||
|
||||
if (!priv) {
|
||||
return HDB_ERR_NOENTRY;
|
||||
|
Loading…
x
Reference in New Issue
Block a user