From: Alan T. DeKok Date: Sun, 11 Aug 2024 20:19:30 +0000 (-0400) Subject: typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=830d31d7abf2c4c14d001c4b5e12e86a6ed0574c;p=thirdparty%2Ffreeradius-server.git typo --- diff --git a/src/protocols/radius/base.c b/src/protocols/radius/base.c index 07090faefbf..93948ba3c29 100644 --- a/src/protocols/radius/base.c +++ b/src/protocols/radius/base.c @@ -917,7 +917,7 @@ ssize_t fr_radius_encode(fr_dbuff_t *dbuff, fr_pair_list_t *vps, fr_radius_encod fr_dcursor_t cursor; fr_dbuff_t work_dbuff, length_dbuff; - packet_ctx->disallow_tunnel_passwords = disallow_tunnel_passwords[packet_ctx->request_code]; + packet_ctx->disallow_tunnel_passwords = disallow_tunnel_passwords[packet_ctx->code]; /* * The RADIUS header can't do more than 64K of data.