From b774feec96d8e0d382fc0b50ce5d70b51eabdc5c Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 15 Oct 2009 17:39:36 -0400 Subject: Move all krb5 provider init functions Put all init functions in their own file so that the other files can be reused in other providers w/o having them in the way. --- server/krb5_plugin/sssd_krb5_locator_plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/krb5_plugin/sssd_krb5_locator_plugin.c') diff --git a/server/krb5_plugin/sssd_krb5_locator_plugin.c b/server/krb5_plugin/sssd_krb5_locator_plugin.c index 7ccdb3fe..fc5f4261 100644 --- a/server/krb5_plugin/sssd_krb5_locator_plugin.c +++ b/server/krb5_plugin/sssd_krb5_locator_plugin.c @@ -31,7 +31,7 @@ #include -#include "providers/krb5/krb5_auth.h" +#include "providers/krb5/krb5_common.h" #define SSSD_KRB5_LOCATOR_DEBUG "SSSD_KRB5_LOCATOR_DEBUG" #define DEBUG_KEY "[sssd_krb5_locator] " -- cgit