From: Alan T. DeKok Date: Thu, 18 May 2023 13:12:36 +0000 (-0400) Subject: don't need semi-colons X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4baacbbaacb9c2e93f4c4733f1927d819a0065ec;p=thirdparty%2Ffreeradius-server.git don't need semi-colons --- diff --git a/raddb/radiusd.conf.in b/raddb/radiusd.conf.in index 78bce96f364..ac7994db9ff 100644 --- a/raddb/radiusd.conf.in +++ b/raddb/radiusd.conf.in @@ -618,7 +618,7 @@ migrate { # Not all `update` sections can be automatically converted. # If the conversion process does not work, then the server # will produce an error instead of doing the wrong thing. - rewrite_update = false; + rewrite_update = false # # forbid_update:: Forbid the use of the `update` keyword.