--- libnet-1.13/Configure~ 2001-03-21 22:15:29 +0000 +++ libnet-1.13/Configure 2003-03-14 00:39:19 +0000 @@ -502,7 +502,7 @@ EDQ if (defined $cfg{'ftp_firewall'}) { $msg = "\nShould all FTP connections via a firewall/proxy be passive (y|n) ?"; - $def = $oldcfg{'ftp_ext_passive'} || 0; + $def = $oldcfg{'ftp_ext_passive'} || 1; $cfg{'ftp_ext_passive'} = get_bool($msg,$def); @@ -513,7 +513,7 @@ else { $msg = "\nShould all FTP connections be passive (y|n) ?"; } -$def = $oldcfg{'ftp_int_passive'} || 0; +$def = $oldcfg{'ftp_int_passive'} || 1; $cfg{'ftp_int_passive'} = get_bool($msg,$def);