From 523d833eb31633673847b6da0edbd35903f14dc4 Mon Sep 17 00:00:00 2001 From: Michael Holzheu Date: Thu, 16 Nov 2017 18:10:26 +0100 Subject: [PATCH] ziomon: Re-add missing line in ziomon_fcpconf During the GPL to MIT conversion process from v1.39.0 to v2.0.0 one line has been lost by accident. Fix this and re-add that line again. Fixes: #17 Reported-by: Mikhail Obirvalger Signed-off-by: Michael Holzheu --- CHANGELOG.md | 1 + ziomon/ziomon_fcpconf | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32aeca1b..8b7716f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ Release history for s390-tools (MIT version) Bug Fixes: - lsluns: Do not scan (all) if filters match nothing - lsluns: Enhance usage statement and man page + - ziomon: Re-add missing line in ziomon_fcpconf * __v2.1.0 (2017-09-25)__ diff --git a/ziomon/ziomon_fcpconf b/ziomon/ziomon_fcpconf index 76435404..c51690ee 100644 --- a/ziomon/ziomon_fcpconf +++ b/ziomon/ziomon_fcpconf @@ -58,6 +58,7 @@ sub store_mapper_devices my $src_dir = shift(); my @entries = grep { ! /^\./ } dir_content($src_dir); + foreach my $map_dev (@entries) { my $tf = catfile($src_dir, "$map_dev"); my $mm = `stat -L -c%t:%T $tf`; chomp($mm);