Exit with non-zero with exception. Fix dnsjava lib.

It is unclear how we got the version of dnsjava that was checked in.
The same version build from the jdnssec-dnsjava repo was different.
This fixes the "missing CAA" support issue.
This commit is contained in:
David Blacka
2019-02-26 14:26:18 +00:00
parent 0aca329f85
commit 9004a33d51
5 changed files with 11 additions and 2 deletions

View File

@@ -338,6 +338,7 @@ public abstract class CLBase
catch (Exception e)
{
e.printStackTrace();
System.exit(1);
}
}
}