Fix separator check
git-svn-id: http://svn.merethis.net/centreon-esxd/trunk@74 a5eaa968-4c79-4d68-970d-af6011b5b055
This commit is contained in:
parent
38307dfcca
commit
b940582058
|
@ -370,7 +370,7 @@ sub vsphere_handler {
|
||||||
next;
|
next;
|
||||||
}
|
}
|
||||||
|
|
||||||
my ($id) = split(/\|/, $data_element);
|
my ($id) = split(/\Q$self->{separatorin}\E/, $data_element);
|
||||||
if ($self->{vsphere_connected}) {
|
if ($self->{vsphere_connected}) {
|
||||||
$self->{logger}->writeLogInfo("vpshere '" . $self->{whoaim} . "' handler asking: $data_element");
|
$self->{logger}->writeLogInfo("vpshere '" . $self->{whoaim} . "' handler asking: $data_element");
|
||||||
$self->{child_proc}->{$id} = {ctime => time()};
|
$self->{child_proc}->{$id} = {ctime => time()};
|
||||||
|
|
Loading…
Reference in New Issue