diff options
author | ivan <ivan> | 2002-11-26 05:42:19 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-11-26 05:42:19 +0000 |
commit | 1caff2f971082d5ccce9928726b4b2e88678ee7a (patch) | |
tree | 2022c1c898b9923ae62aad93ec800a3189ba0f66 /FS | |
parent | f4ea75e514763082b64e1b3654cfbbba2ddf1c01 (diff) |
remove harmless re-my to silence warning
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/svc_acct.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/svc_acct.pm b/FS/FS/svc_acct.pm index 141133403..388b8dd88 100644 --- a/FS/FS/svc_acct.pm +++ b/FS/FS/svc_acct.pm @@ -527,7 +527,7 @@ sub replace { my $dbh = dbh; # redundant, but so $new->usergroup gets set - my $error = $new->check; + $error = $new->check; return $error if $error; $old->usergroup( [ $old->radius_groups ] ); |