Refs #5385: Bugfix

This commit is contained in:
ASCE002 2014-03-25 12:34:51 +01:00
parent 01264bd80c
commit caa1f5e80d
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ sub manage_selection {
next if (defined($self->{option_results}->{name}) && !defined($self->{option_results}->{use_regexp}) && !defined($self->{option_results}->{use_regexpi})
&& $context ne $self->{option_results}->{name});
$self->{result}->{$context} = {status => $state, sessions => $sessions, contextpath => $contextpath};
$self->{result}->{$context} = {state => $state, sessions => $sessions, contextpath => $contextpath};
}
if (scalar(keys %{$self->{result}}) <= 0) {