Blame SOURCES/0089-IPA-Don-t-call-tevent_req_post-outside-_send.patch

2fc102
From 4b1c7fee8fd597660e77436fd205802e353b2e97 Mon Sep 17 00:00:00 2001
2fc102
From: Jakub Hrozek <jhrozek@redhat.com>
2fc102
Date: Wed, 19 Feb 2014 15:00:15 +0100
2fc102
Subject: [PATCH 89/90] IPA: Don't call tevent_req_post outside _send
2fc102
MIME-Version: 1.0
2fc102
Content-Type: text/plain; charset=UTF-8
2fc102
Content-Transfer-Encoding: 8bit
2fc102
2fc102
Reviewed-by: Pavel Březina <pbrezina@redhat.com>
2fc102
(cherry picked from commit 6d4574a8dd1a9cafbb15631e7d01bdf6e67f821b)
2fc102
---
2fc102
 src/providers/ipa/ipa_subdomains_id.c | 1 -
2fc102
 1 file changed, 1 deletion(-)
2fc102
2fc102
diff --git a/src/providers/ipa/ipa_subdomains_id.c b/src/providers/ipa/ipa_subdomains_id.c
2fc102
index b61c6a5f4d7605f0cdfa182bbc933d35c4613a79..c15bdaa703835ab07a9b3b21d1304220a01eac10 100644
2fc102
--- a/src/providers/ipa/ipa_subdomains_id.c
2fc102
+++ b/src/providers/ipa/ipa_subdomains_id.c
2fc102
@@ -580,7 +580,6 @@ ipa_get_ad_acct_ad_part_done(struct tevent_req *subreq)
2fc102
 fail:
2fc102
     state->dp_error = DP_ERR_FATAL;
2fc102
     tevent_req_error(req, ret);
2fc102
-    tevent_req_post(req, state->ev);
2fc102
     return;
2fc102
 }
2fc102
 
2fc102
-- 
2fc102
1.8.5.3
2fc102