From: Alan T. DeKok Date: Mon, 25 Sep 2023 13:30:23 +0000 (-0400) Subject: typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ce51d528469487c31e981331d67b3ff595951ee;p=thirdparty%2Ffreeradius-server.git typo --- diff --git a/raddb/sites-available/default b/raddb/sites-available/default index 126c5134c80..0c0eccda12d 100644 --- a/raddb/sites-available/default +++ b/raddb/sites-available/default @@ -249,7 +249,7 @@ server default { # The contents of the `values` section are a list of names and # values. # - values foo { +# values foo { # # __ = __ # @@ -258,9 +258,9 @@ server default { # The __ is parsed according to the data type of # the attribute. # - bar = 1 - baz = 2 - } +# bar = 1 +# baz = 2 +# } }