mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-29 08:34:46 +02:00
fix(win) Sessions mode run manually (#2528)
This commit is contained in:
parent
b81b1607ff
commit
9f53f348e1
@ -176,6 +176,7 @@ sub read_qwinsta {
|
||||
}
|
||||
my $session_data = [];
|
||||
foreach my $line (@lines) {
|
||||
$line =~ s/^>/ /;
|
||||
my $data = {};
|
||||
for (my $pos = 0; $pos <= $#position_wrap; $pos++) {
|
||||
my $area;
|
||||
|
Loading…
x
Reference in New Issue
Block a user