From: Alan T. DeKok Date: Mon, 25 Aug 2025 17:25:49 +0000 (-0400) Subject: typo X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=99e647a7a58b5d60f2401d1ee034bf55d8aa151f;p=thirdparty%2Ffreeradius-server.git typo --- diff --git a/src/lib/util/dict.h b/src/lib/util/dict.h index 6c122acea8..88f32d57c6 100644 --- a/src/lib/util/dict.h +++ b/src/lib/util/dict.h @@ -120,7 +120,7 @@ typedef struct { unsigned int has_fixup : 1; //! needs a fixup during dictionary parsing - unsigned int migration_union_key; //!< for migrating key fields + unsigned int migration_union_key : 1; //!< for migrating key fields /* * main: extra is set, then this field is is key, bit, or a uint16 length field.