From: Arran Cudbard-Bell Date: Thu, 8 Nov 2012 16:20:19 +0000 (+0000) Subject: Fix minor typos X-Git-Tag: release_2_2_1~219 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a69a7eaff311ceda2213b4ccf94a8b8c84f3aa2a;p=thirdparty%2Ffreeradius-server.git Fix minor typos --- diff --git a/raddb/policy.conf b/raddb/policy.conf index 7eeb25ad7a7..a45ba5ebaa6 100644 --- a/raddb/policy.conf +++ b/raddb/policy.conf @@ -137,9 +137,9 @@ policy { # Realm begins with a dot # e.g. "user@.site.com" # - if (User-Name !~ /@\\./) { + if (User-Name =~ /@\\./) { update reply { - Reply-Message+ = "Rejected: Realm begins with a dot" + Reply-Message += "Rejected: Realm begins with a dot" } reject }