diff options
| author | fukachan <fukachan> | 2002-12-24 10:19:38 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-12-24 10:19:38 +0000 |
| commit | 7092c5141b690357624ee92bfac9c949a983654b (patch) | |
| tree | b9d7816a11df4333bdd1fc2370e55b054a54b515 /fml/lib/FML/Command/Auth.pm | |
| parent | 922f072ea66f8c9d60e88f141d5d1dedcbba097d (diff) | |
| download | fml8-7092c5141b690357624ee92bfac9c949a983654b.tar.gz fml8-7092c5141b690357624ee92bfac9c949a983654b.tar.bz2 fml8-7092c5141b690357624ee92bfac9c949a983654b.zip | |
clean up: nuke \s*$
Diffstat (limited to 'fml/lib/FML/Command/Auth.pm')
| -rw-r--r-- | fml/lib/FML/Command/Auth.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fml/lib/FML/Command/Auth.pm b/fml/lib/FML/Command/Auth.pm index 7a71ac8b..d63d866e 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.16 2002/12/18 04:46:21 fukachan Exp $ +# $FML: Auth.pm,v 1.17 2002/12/23 14:38:16 fukachan Exp $ # package FML::Command::Auth; @@ -167,8 +167,8 @@ sub check_admin_member_password my ($u, $p_infile) = split(/\s+/, $r); my $p_input = crypt( $password, $p_infile ); - # XXX-TODO: is_same_assress() validates input ??? - # XXX-TODO: we need to validate addresses here ??? + # XXX-TODO: is_same_assress() validates input ??? + # XXX-TODO: we need to validate addresses here ??? # 1.1 user match ? if ($cred->is_same_address($u, $address)) { # 1.2 password match ? |
