summaryrefslogtreecommitdiff
path: root/src/verify.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/verify.cc')
-rw-r--r--src/verify.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/verify.cc b/src/verify.cc
index 8bf65fc3..68f838cf 100644
--- a/src/verify.cc
+++ b/src/verify.cc
@@ -1819,6 +1819,9 @@ dcp::verify (
context.error(VerificationNote::Code::FAILED_READ, string(e.what()));
} catch (cxml::Error& e) {
context.error(VerificationNote::Code::FAILED_READ, string(e.what()));
+ } catch (xmlpp::parse_error& e) {
+ carry_on = false;
+ context.error(VerificationNote::Code::FAILED_READ, string(e.what()));
}
if (!carry_on) {