Fix command-line Spectre ping not using the IP address from the config.
This commit is contained in:
parent
a74df19091
commit
76536e8cf0
2 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue