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

@ -7,7 +7,7 @@
- Added a "run" link to the scheduler and the running workflows listings to
aid in debugging workflow errors.
- fix: profile fields not validated by WebGUI::User
- fix: Spectre pings not using correct IP address
7.0.7
- rfe: Image Management (funded by Formation Design Systems)

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
);