Project

General

Profile

« Previous | Next » 

Revision 53d34a94

Added by Alexis Mousset about 7 years ago

Fixes #10601: If component value starts with # , report is not outputed by rudder agent output

View differences:

share/lib/reports.awk
BEGIN {
FS = "@#";
FS = "[^@]@#";
nf_report = 0;
is_report = 0;
broken_reports = 0;

Also available in: Unified diff