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
|
|
@ -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