[SSSD] [PATCH] Fix warning missing arguments

Lukas Slebodnik lslebodn at redhat.com
Wed Sep 4 16:38:11 UTC 2013


ehlo

attached patch does not fit into another big formatig patchset.
This mistake looks like copy&paste problem, but I am not sure about this
solution.

Patch is attached.

LS
-------------- next part --------------
>From 903aea7acdd6b6f7b0b284575a4e4aa23031a599 Mon Sep 17 00:00:00 2001
From: Lukas Slebodnik <lslebodn at redhat.com>
Date: Wed, 4 Sep 2013 10:14:39 +0200
Subject: [PATCH 20/20] Fix warning missing arguments

---
 src/providers/ipa/ipa_subdomains_ext_groups.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/providers/ipa/ipa_subdomains_ext_groups.c b/src/providers/ipa/ipa_subdomains_ext_groups.c
index 6d2cef627d995858878790eca5f99f26ae9f0230..7df3dbbb2f8f61a6a13e032a3bdc42636e08040e 100644
--- a/src/providers/ipa/ipa_subdomains_ext_groups.c
+++ b/src/providers/ipa/ipa_subdomains_ext_groups.c
@@ -874,7 +874,7 @@ static void ipa_add_ad_memberships_get_next(struct tevent_req *req)
                                  BE_FILTER_NAME, BE_ATTR_CORE,
                                  false);
     if (subreq == NULL) {
-        DEBUG(SSSDBG_OP_FAILURE, ("sdap_get_generic_send failed: %d(%s).\n"));
+        DEBUG(SSSDBG_OP_FAILURE, ("groups_get_send failed.\n"));
         ret = ENOMEM;
         goto fail;
     }
-- 
1.8.3.1



More information about the sssd-devel mailing list