chiark / gitweb /
make-secnet-sites: Crash if complain() is called too late
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 24 Oct 2019 14:04:19 +0000 (15:04 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 24 Oct 2019 18:16:16 +0000 (19:16 +0100)
commite5baf0cd0e91353194df02c4c376b0c472f49ec2
tree9e2a01eda4c25830f5fab1a22d3bb5d81f2fa953
parent89c75eadcc9c9fc17b153709e050e6ea0ec0e2c1
make-secnet-sites: Crash if complain() is called too late

Every call to complain() is supposed to occurs before the code in the
main program which checks `complaints'.  But maybe there is an
erroneous late call, or one may be introduced.  In this case it is
important to crash, because otherwise bad data might end up being
written into our output.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
make-secnet-sites