]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
T_HASH is the end of equality operators
authorAlan T. DeKok <aland@freeradius.org>
Tue, 16 Nov 2021 00:40:23 +0000 (19:40 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 16 Nov 2021 00:40:23 +0000 (19:40 -0500)
this change means we can add new operators without changing this
definition

src/lib/util/token.h

index d69449e7ef025933ddbecd514c6c8327b1671c4b..a634883d157bcf99725d7393ca6b01a99bed8de4 100644 (file)
@@ -71,7 +71,7 @@ typedef enum fr_token {
 } fr_token_t;
 
 #define T_EQSTART      T_OP_ADD
-#define        T_EQEND         (T_OP_PREPEND + 1)
+#define        T_EQEND         (T_HASH)
 
 /** Macro to use as dflt
  *