Fixed removed &PerlMail::Config::audit_init().
[PerlMail.git] / 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);