From c901f57ce31cb6deaf2897e12b3b14a25fe9e12f Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 7 Jul 2009 12:34:55 +1000 Subject: s4:kdc Initialise new hdb function pointers. Soon we will add implementations for these. --- source4/kdc/hdb-samba4.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4') diff --git a/source4/kdc/hdb-samba4.c b/source4/kdc/hdb-samba4.c index 84050edb7c..21e8c9a38e 100644 --- a/source4/kdc/hdb-samba4.c +++ b/source4/kdc/hdb-samba4.c @@ -1468,6 +1468,9 @@ NTSTATUS kdc_hdb_samba4_create(TALLOC_CTX *mem_ctx, (*db)->hdb__del = NULL; (*db)->hdb_destroy = LDB_destroy; + (*db)->hdb_auth_status = NULL; + (*db)->hdb_check_constrained_delegation = NULL; + return NT_STATUS_OK; } -- cgit