]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Correct position and spelling of annotation (CID #1504462) (#4647)
authorJames Jones <jejones3141@gmail.com>
Wed, 3 Aug 2022 13:44:45 +0000 (08:44 -0500)
committerGitHub <noreply@github.com>
Wed, 3 Aug 2022 13:44:45 +0000 (09:44 -0400)
src/lib/unlang/xlat_purify.c

index aa8d194eccdde5f498592f1cf449e93103769cb4..077802a328ac87b37f681b76d61246749db80c7c 100644 (file)
@@ -152,13 +152,14 @@ int xlat_purify_list(xlat_exp_head_t *head, request_t *request)
                         */
                        success = false;
                        (void) unlang_interpret_synchronous(NULL, request);
-                       /* coverity[deadcode] */
+
                        if (!success) return -1;
 
                        /*
                         *      The function call becomes a GROUP of boxes.  We just re-use the argument head,
                         *      which is already of the type we need.
                         */
+                       /* coverity[dead_error_begin] */
                        group = node->call.args;
                        fr_dlist_talloc_free(&group->dlist);