diff options
| author | fukachan <fukachan> | 2004-01-21 03:45:03 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2004-01-21 03:45:03 +0000 |
| commit | eb6e9804cd01a4b91d818ba3a11b2aa7d334efa9 (patch) | |
| tree | 4969f633d045a00d2348c684bf7636cfbed7a8d5 /fml/lib/FML/Command/Auth.pm | |
| parent | 886810f9eebed5ef0a63e9427922d28c657f780f (diff) | |
| download | fml8-eb6e9804cd01a4b91d818ba3a11b2aa7d334efa9.tar.gz fml8-eb6e9804cd01a4b91d818ba3a11b2aa7d334efa9.tar.bz2 fml8-eb6e9804cd01a4b91d818ba3a11b2aa7d334efa9.zip | |
fix/udpate comments.
clean up.
Diffstat (limited to 'fml/lib/FML/Command/Auth.pm')
| -rw-r--r-- | fml/lib/FML/Command/Auth.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fml/lib/FML/Command/Auth.pm b/fml/lib/FML/Command/Auth.pm index 398903de..9b88d9c0 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.31 2004/01/01 23:52:10 fukachan Exp $ +# $FML: Auth.pm,v 1.32 2004/01/02 14:50:30 fukachan Exp $ # package FML::Command::Auth; @@ -145,6 +145,7 @@ sub check_admin_member_password my $address = $optargs->{ address }; my $password = $optargs->{ password }; unless ($address && $password) { + # XXX-TODO: please return error message. return 0; } |
