- removed duplicate code (merge error)

This commit is contained in:
unknown 2003-01-22 12:13:51 +01:00
parent f6862ce914
commit 093735ad07

View file

@ -74,12 +74,6 @@ if (@config_env > 0)
$opt_config_env= join(" ", @config_env);
}
if (@config_env > 0)
{
chomp(@config_env);
$opt_config_env= join(" ", @config_env);
}
chomp($host=`hostname`);
$full_host_name=$host;
$connect_option= ($opt_tcpip ? "--host=$host" : "");