Fix command-line Spectre ping not using the IP address from the config.

This commit is contained in:
Drake 2006-09-18 20:46:45 +00:00
parent a74df19091
commit 76536e8cf0
2 changed files with 2 additions and 2 deletions

View file

@ -111,7 +111,7 @@ if ($shutdown) {
sub ping {
my $remote = create_ikc_client(
port=>$config->get("port"),
ip=>'127.0.0.1',
ip=>$config->get("ip"),
name=>rand(100000),
timeout=>10
);