summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2002-11-26 05:42:19 +0000
committerivan <ivan>2002-11-26 05:42:19 +0000
commit1caff2f971082d5ccce9928726b4b2e88678ee7a (patch)
tree2022c1c898b9923ae62aad93ec800a3189ba0f66
parentf4ea75e514763082b64e1b3654cfbbba2ddf1c01 (diff)
remove harmless re-my to silence warning
-rw-r--r--FS/FS/svc_acct.pm2
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 ] );