summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command/Auth.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-06-01 05:09:23 +0000
committerfukachan <fukachan>2002-06-01 05:09:23 +0000
commit65eb6df28e7506613c519744ef2977fbc06b6791 (patch)
treecb96ae23fa4549c25661136f26ad830a6996b6b2 /fml/lib/FML/Command/Auth.pm
parentb59bd780d2e1c055cb03dc26c8fd2a321242a0f3 (diff)
downloadfml8-65eb6df28e7506613c519744ef2977fbc06b6791.tar.gz
fml8-65eb6df28e7506613c519744ef2977fbc06b6791.tar.bz2
fml8-65eb6df28e7506613c519744ef2977fbc06b6791.zip
nuke white spaces \s*$
Diffstat (limited to 'fml/lib/FML/Command/Auth.pm')
-rw-r--r--fml/lib/FML/Command/Auth.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/fml/lib/FML/Command/Auth.pm b/fml/lib/FML/Command/Auth.pm
index ba456b18..2ca9b48a 100644
--- a/fml/lib/FML/Command/Auth.pm
+++ b/fml/lib/FML/Command/Auth.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: Auth.pm,v 1.7 2002/05/28 13:36:59 fukachan Exp $
+# $FML: Auth.pm,v 1.8 2002/06/01 04:57:51 fukachan Exp $
#
package FML::Command::Auth;
@@ -81,7 +81,7 @@ sub permit_anyone
sub permit_admin_member_maps
{
my ($self, $curproc, $args, $optargs) = @_;
- my $cred = $curproc->{ credential };
+ my $cred = $curproc->{ credential };
my $match = $cred->is_privileged_member($curproc, $args);
if ($match) {
@@ -100,7 +100,7 @@ sub permit_admin_member_maps
sub reject_system_accounts
{
my ($self, $curproc, $args, $optargs) = @_;
- my $cred = $curproc->{ credential };
+ my $cred = $curproc->{ credential };
my $match = $cred->match_system_accounts($curproc, $args);
if ($match) {