diff options
Diffstat (limited to 'fml/lib/FML/Process/Addr.pm')
| -rw-r--r-- | fml/lib/FML/Process/Addr.pm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/fml/lib/FML/Process/Addr.pm b/fml/lib/FML/Process/Addr.pm index 417ecc17..5e0d67e4 100644 --- a/fml/lib/FML/Process/Addr.pm +++ b/fml/lib/FML/Process/Addr.pm @@ -3,7 +3,7 @@ # Copyright (C) 2001,2002,2003,2004 Ken'ichi Fukamachi # All rights reserved. # -# $FML: Addr.pm,v 1.15 2004/01/02 14:50:33 fukachan Exp $ +# $FML: Addr.pm,v 1.16 2004/01/02 16:08:38 fukachan Exp $ # package FML::Process::Addr; @@ -81,8 +81,7 @@ sub prepare if ($eval) { eval qq{ $eval; }; $curproc->logwarn($@) if $@; } # $curproc->resolve_ml_specific_variables(); - my $cf_list = $curproc->get_config_files_list(); - $curproc->load_config_files($cf_list); + $curproc->load_config_files(); $curproc->fix_perl_include_path(); $eval = $config->get_hook( 'fmladdr_prepare_end_hook' ); |
