[SSSD] [PATCH] IPA: Add forgotten declaration

Jakub Hrozek jhrozek at redhat.com
Wed Aug 28 17:25:48 UTC 2013


Pushed as a one-liner. Sorry, I managed to resolve a conflict between
mine and Sumit's patch wrong.
-------------- next part --------------
>From 6fab6db37339833a1534221f9f8b86c1fac427f0 Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhrozek at redhat.com>
Date: Wed, 28 Aug 2013 19:22:16 +0200
Subject: [PATCH] IPA: Add forgotten declaration

A conflict between two patches was not resolved correctly
---
 src/providers/ipa/ipa_subdomains.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/providers/ipa/ipa_subdomains.c b/src/providers/ipa/ipa_subdomains.c
index 6a4a6b7c80fd8d3f9bf9b7d9e2b73ed8718196ad..c28af0e76a41352b80ab816076de156607243c1d 100644
--- a/src/providers/ipa/ipa_subdomains.c
+++ b/src/providers/ipa/ipa_subdomains.c
@@ -104,6 +104,7 @@ ipa_ad_ctx_new(struct be_ctx *be_ctx,
     const char *gc_service_name;
     struct ad_srv_plugin_ctx *srv_ctx;
     char *ad_domain;
+    struct sdap_domain *sdom;
     errno_t ret;
 
     ad_options = ad_create_default_options(id_ctx, id_ctx->server_mode->realm,
-- 
1.8.3.1



More information about the sssd-devel mailing list