small fix for process-metadata that injected garbage into the output

This commit is contained in:
Paul Davis 2023-01-27 16:01:29 -07:00
parent 233baeb521
commit 099e130367
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ while (<>) {
}
if (!$in_section) {
print "NIS\n";
next;
}