From: Andrew Bartlett Date: Tue, 7 Jul 2009 02:34:55 +0000 (+1000) Subject: s4:kdc Initialise new hdb function pointers. X-Git-Tag: tevent-0.9.8~710^2~104 X-Git-Url: http://git.samba.org/samba.git/?p=ira%2Fwip.git;a=commitdiff_plain;h=c901f57ce31cb6deaf2897e12b3b14a25fe9e12f s4:kdc Initialise new hdb function pointers. Soon we will add implementations for these. --- diff --git a/source4/kdc/hdb-samba4.c b/source4/kdc/hdb-samba4.c index 84050edb7cc..21e8c9a38e3 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; }