fixed a reference

This commit is contained in:
Jordi Sanfeliu 2013-01-07 10:02:46 +01:00
parent 9821eac418
commit 89dbd36a1a
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ sub bind_update {
my $data = XMLin($response->content);
my $value;
$value = $data->{bind}->{statistics}->{server}->{requests}->{opcode}->{QUERY}->{counter};
$value = $data->{bind}->{statistics}->{server}->{requests}->{opcode}->{counter};
$str = $n . "totalinq";
$totalinq = $value - ($config->{bind_hist}->{$str} || 0);
$totalinq = 0 unless $totalinq != $value;