fixed: Unable to communicate with Spectre under alternate locales
This commit is contained in:
parent
53bdfda753
commit
16f541276e
2 changed files with 2 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ sub notify {
|
|||
my $remote = create_ikc_client(
|
||||
port=>$config->get("spectrePort"),
|
||||
ip=>$config->get("spectreIp"),
|
||||
name=>rand(100000),
|
||||
name=> (time() . int(rand(10000000))),
|
||||
timeout=>10
|
||||
);
|
||||
if (defined $remote) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue