]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
use correct type
authorAlan T. DeKok <aland@freeradius.org>
Sun, 11 Aug 2024 19:47:37 +0000 (15:47 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Sun, 11 Aug 2024 19:47:37 +0000 (15:47 -0400)
src/protocols/radius/radius.h

index ce8cdaa49edf64ffd0d4b8e725905027e3f1aa18..a93186d9995849c6c87987267957bee163ee42f4 100644 (file)
@@ -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;