From: Alan T. DeKok Date: Wed, 13 Mar 2019 20:45:36 +0000 (-0400) Subject: make the tries binary until such time as we fix them X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a3308aa109369299007b397ba38689529deb87f;p=thirdparty%2Ffreeradius-server.git make the tries binary until such time as we fix them --- diff --git a/src/lib/util/trie.c b/src/lib/util/trie.c index 275e553a8d9..6eb3c8a9b89 100644 --- a/src/lib/util/trie.c +++ b/src/lib/util/trie.c @@ -121,7 +121,7 @@ DIAG_OFF(unused-macros) // all internal function. #ifndef DEFAULT_SIZE -#define DEFAULT_SIZE (4) +#define DEFAULT_SIZE (1) #endif /*