]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
comment out perf stuff until we find out why it crashes
authorAlan T. DeKok <aland@freeradius.org>
Tue, 21 Sep 2021 19:13:58 +0000 (15:13 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 21 Sep 2021 19:13:58 +0000 (15:13 -0400)
src/lib/unlang/unlang_priv.h

index 92a8a37ce60b912e1a0081906a79573824f959c7..ca08f4dad20b399c84bc1a4653f91d404e361af4 100644 (file)
@@ -384,7 +384,7 @@ static inline void frame_state_init(unlang_stack_t *stack, unlang_stack_frame_t
        unlang_op_t     *op;
        char const      *name;
 
-       unlang_frame_perf_init(frame->instruction);
+//     unlang_frame_perf_init(frame->instruction);
 
        op = &unlang_ops[instruction->type];
        name = op->frame_state_name ? op->frame_state_name : __location__;
@@ -437,7 +437,7 @@ static inline void frame_cleanup(unlang_stack_frame_t *frame)
                TALLOC_FREE(frame->state);
        }
 
-       unlang_frame_perf_cleanup(frame->instruction);
+//     unlang_frame_perf_cleanup(frame->instruction);
 }
 
 /** Advance to the next sibling instruction