From: Alan T. DeKok Date: Tue, 21 Sep 2021 19:13:58 +0000 (-0400) Subject: comment out perf stuff until we find out why it crashes X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b673394cabbac99f65b7c93134176288bdc460e;p=thirdparty%2Ffreeradius-server.git comment out perf stuff until we find out why it crashes --- diff --git a/src/lib/unlang/unlang_priv.h b/src/lib/unlang/unlang_priv.h index 92a8a37ce6..ca08f4dad2 100644 --- a/src/lib/unlang/unlang_priv.h +++ b/src/lib/unlang/unlang_priv.h @@ -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