mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 05:57:52 +00:00
Slightly improved dnssec tools fatal message
Return the offending key state identifier.
This commit is contained in:
parent
40331a20c4
commit
71d5932a14
@ -272,7 +272,7 @@ strtokeystate(const char *str) {
|
|||||||
return ((dst_key_state_t)i);
|
return ((dst_key_state_t)i);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
fatal("unknown key state");
|
fatal("unknown key state %s", str);
|
||||||
}
|
}
|
||||||
|
|
||||||
isc_stdtime_t
|
isc_stdtime_t
|
||||||
|
Loading…
x
Reference in New Issue
Block a user