fixed: Unable to communicate with Spectre under alternate locales

This commit is contained in:
Graham Knop 2008-03-28 23:49:01 +00:00
parent 53bdfda753
commit 16f541276e
2 changed files with 2 additions and 1 deletions

View file

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