summaryrefslogtreecommitdiff
path: root/source4/kdc
diff options
context:
space:
mode:
Diffstat (limited to 'source4/kdc')
-rw-r--r--source4/kdc/hdb-samba4.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/kdc/hdb-samba4.c b/source4/kdc/hdb-samba4.c
index 5fef5908b8..12f354409e 100644
--- a/source4/kdc/hdb-samba4.c
+++ b/source4/kdc/hdb-samba4.c
@@ -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) {