From 24a53fe7f04c3d230b090efd76bc43692d4e2d78 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Fri, 5 Dec 2014 11:06:26 +0100 Subject: IPA: add missing break The current request already returned the SID, we do not need to request it separately. Reviewed-by: Jakub Hrozek (cherry picked from commit e6046d23b3e90102fb3c796737ced03fb5a60fea) --- 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 b02387a82..68f4cb7d8 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 -- cgit