diff options
author | ivan <ivan> | 2000-06-28 12:54:33 +0000 |
---|---|---|
committer | ivan <ivan> | 2000-06-28 12:54:33 +0000 |
commit | 9d6e81f15df01d7146def82c6e62d7c65fd2bc82 (patch) | |
tree | bdc5c4ec247733355a490f552cb41027ed517416 | |
parent | be4e54da250b7b94ddfd67c9f8eeb02288e10020 (diff) |
superfluous my()
-rw-r--r-- | FS/FS/svc_acct.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/FS/FS/svc_acct.pm b/FS/FS/svc_acct.pm index 14979ed09..93354296b 100644 --- a/FS/FS/svc_acct.pm +++ b/FS/FS/svc_acct.pm @@ -380,7 +380,6 @@ sub check { ; unless ( $recref->{username} eq 'sync' ) { - my($shell); if ( grep $_ eq $recref->{shell}, @shells ) { $recref->{shell} = (grep $_ eq $recref->{shell}, @shells)[0]; } else { @@ -473,7 +472,7 @@ sub radius { =head1 VERSION -$Id: svc_acct.pm,v 1.5 2000-06-28 12:52:22 ivan Exp $ +$Id: svc_acct.pm,v 1.6 2000-06-28 12:54:33 ivan Exp $ =head1 BUGS |