Fixed removed &PerlMail::Config::audit_init().
authorshort <>
Sat, 18 Oct 2003 19:43:41 +0000 (19:43 +0000)
committershort <>
Sat, 18 Oct 2003 19:43:41 +0000 (19:43 +0000)
perlmail-accept

index 4f5fcb5..0213a48 100755 (executable)
@@ -678,7 +678,6 @@ die "GetOptions error" if !Getopt::Long::GetOptions(
 # "Excessive arguments" checked in &inetd
 die "Missing mode" if !$opt_mode;
 
-PerlMail::Config::audit_init();
 %alternates_host=map((lc($_)=>1),@alternates_host);
 %dnsbl_whitelist=map((   $_ =>1),@dnsbl_whitelist);