mirror of
https://github.com/samba-team/samba.git
synced 2025-08-29 13:49:30 +03:00
s4:kdc/hdb-samba4 - Remove unused variable
This commit is contained in:
@ -1584,7 +1584,6 @@ NTSTATUS hdb_samba4_create_kdc(TALLOC_CTX *mem_ctx,
|
||||
struct loadparm_context *lp_ctx,
|
||||
krb5_context context, struct HDB **db)
|
||||
{
|
||||
NTSTATUS nt_status;
|
||||
struct auth_session_info *session_info;
|
||||
*db = talloc(mem_ctx, HDB);
|
||||
if (!*db) {
|
||||
|
Reference in New Issue
Block a user