From 42bb490709f2ab2d569b53b8bd66dde4246711a4 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 5 Jul 2005 10:05:40 +0000 Subject: r8161: Update Samba4 for the new Heimdal update. Andrew Bartlett (This used to be commit 6a9b6373273f135fe012a6603707d77c2a65e9fa) --- source4/kdc/kdc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/kdc/kdc.c') diff --git a/source4/kdc/kdc.c b/source4/kdc/kdc.c index a1958b54fa..1540e0f4a1 100644 --- a/source4/kdc/kdc.c +++ b/source4/kdc/kdc.c @@ -250,7 +250,7 @@ static void kdc_task_init(struct task_server *task) kdc->task = task; /* Setup the KDC configuration */ - kdc->config = talloc(kdc, struct krb5_kdc_configuration); + kdc->config = talloc(kdc, krb5_kdc_configuration); if (!kdc->config) { task_server_terminate(task, "kdc: out of memory"); return; -- cgit