From: Alan T. DeKok Date: Sun, 11 Aug 2024 19:47:37 +0000 (-0400) Subject: use correct type X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0aab86df4c29d4d07d0a9d3cf392768d044fe1ed;p=thirdparty%2Ffreeradius-server.git use correct type --- diff --git a/src/protocols/radius/radius.h b/src/protocols/radius/radius.h index ce8cdaa49ed..a93186d9995 100644 --- a/src/protocols/radius/radius.h +++ b/src/protocols/radius/radius.h @@ -159,7 +159,7 @@ typedef struct { uint8_t request_code; uint8_t code; - uint32_t id; + uint8_t id; bool disallow_tunnel_passwords; //!< not all packets can have tunnel passwords bool seen_message_authenticator;