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