]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
quiet static analyzer
authorAlan T. DeKok <aland@freeradius.org>
Thu, 26 Sep 2019 13:43:00 +0000 (09:43 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 26 Sep 2019 15:46:05 +0000 (11:46 -0400)
src/lib/unlang/parallel.c

index 9079333cc5a92e44274d4a4756f9d3d098060ce4..a4412b024a07d34b8f9bb8c7ccd4b9fad0fcd64a 100644 (file)
@@ -397,11 +397,6 @@ static unlang_action_t unlang_parallel(REQUEST *request, rlm_rcode_t *presult)
                state->children[i].instruction = instruction;
        }
 
-       /*
-        *      Reset this...
-        */
-       instruction = frame->instruction;
-
        /*
         *      Run the various children.  On the off chance they're
         *      all done, free things, and return.