From c5cc037b0bdfdca274f1ff0b5b641e77ae239f47 Mon Sep 17 00:00:00 2001 From: fukachan Date: Tue, 25 Nov 2003 14:13:15 +0000 Subject: remove debug condition --- fml/lib/FML/User/Control.pm | 4 ++-- 1 file 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, }; -- cgit v1.2.1