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

typo: *lcfgp points to a logging configuration

not a logging context
This commit is contained in:
Andreas Gustafsson
2000-05-25 05:07:21 +00:00
parent ebece5658f
commit 1b106e224d

View File

@@ -15,7 +15,7 @@
* SOFTWARE. * SOFTWARE.
*/ */
/* $Id: log.h,v 1.20 2000/05/16 03:37:39 tale Exp $ */ /* $Id: log.h,v 1.21 2000/05/25 05:07:21 gson Exp $ */
#ifndef ISC_LOG_H #ifndef ISC_LOG_H
#define ISC_LOG_H 1 #define ISC_LOG_H 1
@@ -156,8 +156,8 @@ isc_log_create(isc_mem_t *mctx, isc_log_t **lctxp, isc_logconfig_t **lcfgp);
* Ensures: * Ensures:
* *lctxp will point to a valid logging context if all of the necessary * *lctxp will point to a valid logging context if all of the necessary
* memory was allocated, or NULL otherwise. * memory was allocated, or NULL otherwise.
* *lcfgp will point to a valid logging context if all of the necessary * *lcfgp will point to a valid logging configuration if all of the
* memory was allocated, or NULL otherwise. * necessary memory was allocated, or NULL otherwise.
* On failure, no additional memory is allocated. * On failure, no additional memory is allocated.
* *
* Returns: * Returns: