From a8e183bf36e00d9b8b549c2995d698f4e370f077 Mon Sep 17 00:00:00 2001 From: James Adams Date: Wed, 14 Apr 2021 13:41:41 +0100 Subject: [PATCH] ncm-hostsfile: Fix NoAction support declaration The component uses LC rather than CAF, so cannot support NoAction properly. --- ncm-hostsfile/src/main/perl/hostsfile.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ncm-hostsfile/src/main/perl/hostsfile.pm b/ncm-hostsfile/src/main/perl/hostsfile.pm index 55708c6d00..2dea0e7bea 100755 --- a/ncm-hostsfile/src/main/perl/hostsfile.pm +++ b/ncm-hostsfile/src/main/perl/hostsfile.pm @@ -49,7 +49,7 @@ use strict; use base 'NCM::Component'; our $EC = LC::Exception::Context->new->will_store_all; -our $NoActionSupported = 1; +our $NoActionSupported = 0; use LC::Check; use LC::File;