summaryrefslogtreecommitdiffstats
path: root/src/providers/ipa/ipa_init.c
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2015-05-25 21:59:15 +0200
committerJakub Hrozek <jhrozek@redhat.com>2015-06-14 21:44:39 +0200
commit27e89b6925334565c73c407a9ae2809358789c81 (patch)
treeefe77b132deed319d9601075ff54994bfebc5d3d /src/providers/ipa/ipa_init.c
parentc3243e3212f91b69ef9990e2cb4c9339bf2f7888 (diff)
downloadsssd-27e89b6925334565c73c407a9ae2809358789c81.tar.gz
sssd-27e89b6925334565c73c407a9ae2809358789c81.tar.xz
sssd-27e89b6925334565c73c407a9ae2809358789c81.zip
IPA: Move server-mode functions to a separate module
There is already quite a few functions that are server-mode specific and there will be even more with one-way trusts. Split the server-mode specific functions into a separate module. Reviewed-by: Sumit Bose <sbose@redhat.com>
Diffstat (limited to 'src/providers/ipa/ipa_init.c')
-rw-r--r--src/providers/ipa/ipa_init.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/providers/ipa/ipa_init.c b/src/providers/ipa/ipa_init.c
index 15ec2339d..0e16dd97c 100644
--- a/src/providers/ipa/ipa_init.c
+++ b/src/providers/ipa/ipa_init.c
@@ -722,12 +722,6 @@ int sssm_ipa_subdomains_init(struct be_ctx *bectx,
return ret;
}
- ret = ipa_ad_subdom_init(bectx, id_ctx);
- if (ret != EOK) {
- DEBUG(SSSDBG_CRIT_FAILURE, "ipa_ad_subdom_init failed.\n");
- return ret;
- }
-
return EOK;
}