From 97253edc4f2c7e0b4cb6008a7178f2d478f3d0cc Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Fri, 5 Dec 2014 11:06:26 +0100 Subject: [PATCH 3/8] 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 b02387a827b7da27d944db8f7fa326f153e12715..68f4cb7d8ff778342c5280652f0a62753c7c7b2c 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