From ba1594b4aee035f42bb1865a3df6340721dbb6a1 Mon Sep 17 00:00:00 2001 From: Simon Bomm Date: Thu, 12 Mar 2020 17:03:42 +0100 Subject: [PATCH] fix wrong ref to channel name --- apps/mq/ibmmq/mqi/mode/channels.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mq/ibmmq/mqi/mode/channels.pm b/apps/mq/ibmmq/mqi/mode/channels.pm index 72e42df58..0f36b3cf6 100644 --- a/apps/mq/ibmmq/mqi/mode/channels.pm +++ b/apps/mq/ibmmq/mqi/mode/channels.pm @@ -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',