]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
make the tries binary until such time as we fix them
authorAlan T. DeKok <aland@freeradius.org>
Wed, 13 Mar 2019 20:45:36 +0000 (16:45 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 14 Mar 2019 01:30:32 +0000 (21:30 -0400)
src/lib/util/trie.c

index 275e553a8d930dcc5578047b3dcc7ab2ed99c411..6eb3c8a9b89622e470089d102efa0f88bc74c5d1 100644 (file)
@@ -121,7 +121,7 @@ DIAG_OFF(unused-macros)
 // all internal function.
 
 #ifndef DEFAULT_SIZE
-#define DEFAULT_SIZE   (4)
+#define DEFAULT_SIZE   (1)
 #endif
 
 /*