From 37cc08b7d2a678f31191794e653aa89202148962 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Fri, 5 Dec 2014 11:06:26 +0100 Subject: [PATCH 3/7] IPA: add missing break The current request already returned the SID, we do not need to request it separately. --- src/providers/ipa/ipa_s2n_exop.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/providers/ipa/ipa_s2n_exop.c b/src/providers/ipa/ipa_s2n_exop.c index 546de92e07d1a148035e81292181003029d4df98..6bf492623f638a9900f997a937e05cd66fca09a2 100644 --- a/src/providers/ipa/ipa_s2n_exop.c +++ b/src/providers/ipa/ipa_s2n_exop.c @@ -1451,6 +1451,7 @@ static void ipa_s2n_get_user_done(struct tevent_req *subreq) return; } + break; } if (state->req_input->type == REQ_INP_SECID -- 2.1.0