2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

added ISC_RESULTCLASS_OMAPI

This commit is contained in:
David Lawrence
2000-01-06 14:47:39 +00:00
parent 29e23c0b3e
commit cc1b6f86f2
10 changed files with 344 additions and 136 deletions

View File

@@ -15,7 +15,7 @@
* SOFTWARE.
*/
/* $Id: log.c,v 1.10 1999/12/23 00:08:29 explorer Exp $ */
/* $Id: log.c,v 1.11 2000/01/06 14:47:37 tale Exp $ */
/* Principal Authors: DCL */
@@ -78,7 +78,7 @@ dns_log_init(isc_log_t *lctx) {
if (result == ISC_R_SUCCESS) {
isc_log_registermodules(lctx, dns_modules);
dns_lctx = lctx;
result = isc_log_registercontext(lctx, &dns_lctx);
}
return (result);