diff options
| author | fukachan <fukachan> | 2002-04-10 09:57:22 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-04-10 09:57:22 +0000 |
| commit | f3e294bf7606370ad100b25f0886d093823531df (patch) | |
| tree | 56922fa05b4c6e32a390a4797a4c4daf8c8a5f5a /fml/lib/FML/Command/Auth.pm | |
| parent | b36c95fca10d4feab47473cfd6f04e7783dc483d (diff) | |
| download | fml8-f3e294bf7606370ad100b25f0886d093823531df.tar.gz fml8-f3e294bf7606370ad100b25f0886d093823531df.tar.bz2 fml8-f3e294bf7606370ad100b25f0886d093823531df.zip | |
whitespace niche
Diffstat (limited to 'fml/lib/FML/Command/Auth.pm')
| -rw-r--r-- | fml/lib/FML/Command/Auth.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/Command/Auth.pm b/fml/lib/FML/Command/Auth.pm index 601b0158..cf3b0346 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.3 2002/03/30 11:08:34 fukachan Exp $ +# $FML: Auth.pm,v 1.4 2002/04/07 12:13:02 fukachan Exp $ # package FML::Command::Auth; @@ -95,7 +95,7 @@ sub check_password my $mapobj = new IO::Adapter $map; my $addrs = $mapobj->find( $user , { want => 'key,value', all => 1 }); - # if this $map has this $user entry, + # if this $map has this $user entry, # try to check { user => password } relation. if (defined $addrs) { PASSWORD_ENTRY: |
