]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Added "++" to keep in sync with src/include/token.h
authorAlan T. DeKok <aland@freeradius.org>
Thu, 20 Dec 2012 14:44:15 +0000 (09:44 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 20 Dec 2012 14:44:15 +0000 (09:44 -0500)
This is why new enum fields are added at the END of the enum!

src/lib/print.c

index 81e29ea537bbff664da8522a9c10ea173aecd06e..5865d8ea91621aac07938a02e3b5516f29c50440 100644 (file)
@@ -479,6 +479,7 @@ static const char *vp_tokens[] = {
   ")",
   ",",
   ";",
+  "++",
   "+=",
   "-=",
   ":=",