From: Alan T. DeKok Date: Sat, 14 Sep 2024 21:11:44 +0000 (-0400) Subject: typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8730d4be12c6b32dbc8371e588ea79f9b0c985d0;p=thirdparty%2Ffreeradius-server.git typo --- diff --git a/src/lib/unlang/foreach.c b/src/lib/unlang/foreach.c index 4ae6621d132..ad79510a475 100644 --- a/src/lib/unlang/foreach.c +++ b/src/lib/unlang/foreach.c @@ -337,7 +337,7 @@ static unlang_action_t unlang_foreach_xlat_init(rlm_rcode_t *p_result, request_t static void unlang_foreach_attr_key_update(UNUSED request_t *request, unlang_frame_state_foreach_t *state) { - if (state->key) return; + if (!state->key) return; fr_value_box_clear_value(&state->key->data); if (tmpl_dcursor_print(&FR_SBUFF_IN(state->buffer, BUFFER_SIZE), &state->cc) > 0) {