]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
we didn't need this change
authorAlan T. DeKok <aland@freeradius.org>
Mon, 24 Feb 2025 21:35:13 +0000 (16:35 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 24 Feb 2025 21:35:13 +0000 (16:35 -0500)
src/include/libradius.h

index 56108ade3f2b749e9abdea2bdcd8e8ca8603553f..9dd22b3361a48629bf5216d8b8246fc04f583d36 100644 (file)
@@ -150,7 +150,7 @@ typedef void (*sig_t)(int);
                                } while(0)
 
 #define TAG_VALID(x)           ((x) > 0 && (x) < 0x20)
-#define TAG_VALID_ZERO(x)      ((x) >= 0 && (x) < 0x20)
+#define TAG_VALID_ZERO(x)      ((x) < 0x20)
 #define TAG_ANY                        INT8_MIN
 #define TAG_VALUE              (INT8_MIN + 1)
 #define TAG_NONE               0