mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-27 09:06:51 -04:00
DST_R_VERIFYFINALFAILURE -> DST_R_VERIFYFAILURE
This commit is contained in:
parent
3158797107
commit
a2f9be8ab7
1 changed files with 1 additions and 2 deletions
|
|
@ -278,8 +278,7 @@ client_signalhandler(omapi_object_t *handle, const char *name, va_list ap) {
|
|||
(error_nosig &&
|
||||
client->waitresult == ISC_R_NOPERM) ||
|
||||
(error_badsig &&
|
||||
client->waitresult ==
|
||||
DST_R_VERIFYFINALFAILURE));
|
||||
client->waitresult == DST_R_VERIFYFAILURE));
|
||||
|
||||
if (client->waitresult != ISC_R_SUCCESS)
|
||||
fprintf(stderr, "%s: message status: %s (%s)\n",
|
||||
|
|
|
|||
Loading…
Reference in a new issue