fix wrong ref to channel name

This commit is contained in:
Simon Bomm 2020-03-12 17:03:42 +01:00 committed by GitHub
parent 9691abdd38
commit ba1594b4ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ sub manage_selection {
next if (defined($self->{option_results}->{filter_name}) && $self->{option_results}->{filter_name} ne ''
&& $_ !~ /$self->{option_results}->{filter_name}/);
if (!defined($self->{channel}->{$_})) {
$self->{channel}->{$_->{ChannelName}} = {
$self->{channel}->{$_} = {
qmgr_name => $options{custom}->get_qmgr_name(),
channel_name => $_,
channel_status => 'idle',