From b7b7c46eb48cc531e9e96bae97bfa7c3533c74d8 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 4 Jun 2005 05:35:27 +0000 Subject: r7264: fix up the socket handling for abartlet. Still only udp, but it won't be hard to do tcp as well. (This used to be commit 7cbb95d3f55dbaf9ca606655377682841e4c534d) --- source4/kdc/hdb-ldb.c | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'source4/kdc/hdb-ldb.c') diff --git a/source4/kdc/hdb-ldb.c b/source4/kdc/hdb-ldb.c index 601821fc42..caa5a5c801 100644 --- a/source4/kdc/hdb-ldb.c +++ b/source4/kdc/hdb-ldb.c @@ -35,16 +35,9 @@ #include "includes.h" #include "kdc.h" #include "ads.h" -#include -#include -#include -#include -#include - -#include -#include - -#include +#include "hdb.h" +#include "lib/ldb/include/ldb.h" +#include "system/iconv.h" static const char * const krb5_attrs[] = { -- cgit