Slightly improved dnssec tools fatal message
Return the offending key state identifier.
(cherry picked from commit 71d5932a14)
This commit is contained in:
@@ -276,7 +276,7 @@ strtokeystate(const char *str) {
|
||||
return ((dst_key_state_t)i);
|
||||
}
|
||||
}
|
||||
fatal("unknown key state");
|
||||
fatal("unknown key state %s", str);
|
||||
}
|
||||
|
||||
isc_stdtime_t
|
||||
|
||||
Reference in New Issue
Block a user