diff options
| author | fukachan <fukachan> | 2003-11-25 14:13:15 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-11-25 14:13:15 +0000 |
| commit | c5cc037b0bdfdca274f1ff0b5b641e77ae239f47 (patch) | |
| tree | 96fcfffc4acb8a69e68731231d8b37032cd32d0b /fml/lib/FML/User | |
| parent | 6534f544b8df777ed98784ee637b9f1aee198325 (diff) | |
| download | fml8-c5cc037b0bdfdca274f1ff0b5b641e77ae239f47.tar.gz fml8-c5cc037b0bdfdca274f1ff0b5b641e77ae239f47.tar.bz2 fml8-c5cc037b0bdfdca274f1ff0b5b641e77ae239f47.zip | |
remove debug condition
Diffstat (limited to 'fml/lib/FML/User')
| -rw-r--r-- | fml/lib/FML/User/Control.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/User/Control.pm b/fml/lib/FML/User/Control.pm index d8a2615e..cdf9725f 100644 --- a/fml/lib/FML/User/Control.pm +++ b/fml/lib/FML/User/Control.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: Control.pm,v 1.1 2003/11/23 04:07:02 fukachan Exp $ +# $FML: Control.pm,v 1.2 2003/11/23 14:18:23 fukachan Exp $ # package FML::User::Control; @@ -136,7 +136,7 @@ sub useradd } # update user database. - if ($curproc->is_under_mta_process() || 1) { + if ($curproc->is_under_mta_process()) { my $info_args = { address => $address, }; |
