From: Arran Cudbard-Bell Date: Tue, 21 Nov 2017 16:29:17 +0000 (+0000) Subject: ...because you know static analysis is going to flag that at some point *sigh* X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb210da84a77b839450d1bec05eac5986ff4b76d;p=thirdparty%2Ffreeradius-server.git ...because you know static analysis is going to flag that at some point *sigh* --- diff --git a/src/main/unlang_interpret.c b/src/main/unlang_interpret.c index 331e88f4696..e892e781329 100644 --- a/src/main/unlang_interpret.c +++ b/src/main/unlang_interpret.c @@ -2317,9 +2317,8 @@ static inline unlang_frame_action_t unlang_frame_eval(REQUEST *request, unlang_s * called the interpreter. */ case UNLANG_ACTION_YIELD: - yield: *result = RLM_MODULE_YIELD; /* Fixup rcode */ - + yield: /* * Detach is magic. The parent "create" function * takes care of bumping the instruction