From a262092bf41c9c76ebc5dd0b14e19bcf5a4f37c1 Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Tue, 21 Nov 2017 10:45:44 -0500 Subject: [PATCH] 0 is RLM_MODULE_REJECT, which is a valid rcode --- src/main/xlat_eval.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/xlat_eval.c b/src/main/xlat_eval.c index 55d58a7b3ae..5c4edf56567 100644 --- a/src/main/xlat_eval.c +++ b/src/main/xlat_eval.c @@ -273,8 +273,6 @@ static xlat_action_t xlat_eval_pair_virtual(TALLOC_CTX *ctx, fr_cursor_t *out, R goto done; case FR_MODULE_RETURN_CODE: - if (!request->rcode) return XLAT_ACTION_DONE; - MEM(value = fr_value_box_alloc(ctx, vpt->tmpl_da->type, NULL, false)); value->enumv = vpt->tmpl_da; value->datum.int32 = request->rcode; -- 2.47.3