]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
remove unused syntax
authorAlan T. DeKok <aland@freeradius.org>
Thu, 22 Aug 2024 18:33:33 +0000 (14:33 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 22 Aug 2024 18:33:33 +0000 (14:33 -0400)
commit584aafd38bb46c8e6ea7bb687e86f647d125022d
tree8a3ac2ccb0cd5e9e977bcc4ec434dcc5be5beb88
parente2807384dd1efc02e55864617da8c78e06af97d9
remove unused syntax

we used to support

foo.bar.baz = blah

as a short-hand for config

foo {
bar {
baz = blah
}
}

but that now conflicts with the non '&' attribute syntax.  Since
the old-style syntax isn't used, remove it.
src/lib/server/cf_file.c