]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
don't set default value for radiusv11
authorAlan T. DeKok <aland@freeradius.org>
Tue, 11 Apr 2023 23:55:22 +0000 (19:55 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 12 Apr 2023 00:03:21 +0000 (20:03 -0400)
so that it isn't printed out when it's not used

src/main/client.c

index 47ac0704832188919e24afb0f4ea5565130b7e03..028ca8cf94b477ae13068228cd81307fa4b9ad96 100644 (file)
@@ -536,7 +536,7 @@ static const CONF_PARSER client_config[] = {
 #endif
 
 #ifdef WITH_RADIUSV11
-       { "radiusv11", FR_CONF_OFFSET(PW_TYPE_STRING, RADCLIENT, radiusv11_name), "forbid" },
+       { "radiusv11", FR_CONF_OFFSET(PW_TYPE_STRING, RADCLIENT, radiusv11_name), NULL },
 #endif
 
        CONF_PARSER_TERMINATOR