aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/freeradius.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/freeradius.inc b/config/freeradius.inc
index 8c457e1f..b7e4208c 100644
--- a/config/freeradius.inc
+++ b/config/freeradius.inc
@@ -461,7 +461,7 @@ function freeradius_users_resync() {
if ($multiconnect <> '') {
$head .=", Simultaneous-Use += $multiconnect";
}
- if ($x <> '') {
+ if ($userexpiration <> '') {
$head .=", Expiration := ".'"'.$userexpiration.'"';
}
if ($onlinetime <> '') {