summaryrefslogtreecommitdiff
path: root/ACE/bin/PerlACE/ProcessVX_Unix.pm
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-05-06 08:28:48 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-05-06 08:28:48 +0000
commit2935fa030b8f58d60978f93a2ea464494f7763e1 (patch)
tree88bddfe6d36cdaa8d8fad49074fdf868313c25f5 /ACE/bin/PerlACE/ProcessVX_Unix.pm
parent8af0b98d1d0b2484393bcfab4734d15cba42cd72 (diff)
downloadATCD-2935fa030b8f58d60978f93a2ea464494f7763e1.tar.gz
Diffstat (limited to 'ACE/bin/PerlACE/ProcessVX_Unix.pm')
-rw-r--r--ACE/bin/PerlACE/ProcessVX_Unix.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/bin/PerlACE/ProcessVX_Unix.pm b/ACE/bin/PerlACE/ProcessVX_Unix.pm
index b4c4bf4dbb2..e52f430f8e7 100644
--- a/ACE/bin/PerlACE/ProcessVX_Unix.pm
+++ b/ACE/bin/PerlACE/ProcessVX_Unix.pm
@@ -295,7 +295,7 @@ sub Spawn ()
$telnet_port = 23;
}
my $t = new Net::Telnet(Timeout => 600, Errmode => 'return', Host => $telnet_host, Port => $telnet_port);
- $t->open($ENV{'ACE_RUN_VX_TGTHOST'});
+ $t->open();
$t->print("");
my $target_login = $ENV{'ACE_RUN_VX_LOGIN'};