mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
s4:kdc: remove unused sdb_entry_ex_to_hdb_entry_ex()
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
dceae1bb13
commit
225c610f68
@ -301,10 +301,3 @@ error:
|
||||
free_hdb_entry(h);
|
||||
return rc;
|
||||
}
|
||||
|
||||
int sdb_entry_ex_to_hdb_entry_ex(krb5_context context,
|
||||
const struct sdb_entry_ex *s,
|
||||
hdb_entry *h)
|
||||
{
|
||||
return sdb_entry_to_hdb_entry(context, &s->entry, h);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user