Commit e65e8f82 authored by Tom Lane's avatar Tom Lane

Silence perlcritic warning about missing return.

Per buildfarm member crake.
parent d55241af
...@@ -109,6 +109,8 @@ sub fail_corrupt ...@@ -109,6 +109,8 @@ sub fail_corrupt
[qr/^$/], [qr/^$/],
[qr/could not read block/], [qr/could not read block/],
"fails for corrupted data in $file"); "fails for corrupted data in $file");
return;
} }
# Authorized relation files filled with corrupted data cause the # Authorized relation files filled with corrupted data cause the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment