summaryrefslogtreecommitdiff
path: root/FS/FS/radius_attr.pm
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2012-03-17 15:01:19 -0700
committerMark Wells <mark@freeside.biz>2012-03-17 15:01:19 -0700
commit68cd93a81814d8725118a66b54f20e2c2c1c20f0 (patch)
tree22be0c506a1b66848a740e8b368f0c40f920daaa /FS/FS/radius_attr.pm
parent4745efea9b2308b1fba8a8180a1a0b5da2986794 (diff)
freeside-upgrade fixes related to #14698 and #15017
Diffstat (limited to 'FS/FS/radius_attr.pm')
-rw-r--r--FS/FS/radius_attr.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/radius_attr.pm b/FS/FS/radius_attr.pm
index 51b1bab..cc03b4d 100644
--- a/FS/FS/radius_attr.pm
+++ b/FS/FS/radius_attr.pm
@@ -195,7 +195,7 @@ check or R for reply.
=cut
my %ops = (
- C => [ '==', ':=', '+=', '!=', '>', '>=', '<', '<=', '=~', '!~', '=*', '!*' ],
+ C => [ '=', '==', ':=', '+=', '!=', '>', '>=', '<', '<=', '=~', '!~', '=*', '!*' ],
R => [ '=', ':=', '+=' ],
);