The comment saying that the string passed to isc_log_settag()
may not be altered after the call no longer applies
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: log.h,v 1.39 2001/07/12 05:58:23 mayer Exp $ */
|
||||
/* $Id: log.h,v 1.40 2002/01/23 01:27:52 gson Exp $ */
|
||||
|
||||
#ifndef ISC_LOG_H
|
||||
#define ISC_LOG_H 1
|
||||
@@ -736,9 +736,6 @@ isc_log_settag(isc_logconfig_t *lcfg, const char *tag);
|
||||
* ISC_LOG_PRINTTAG channel flag to not print anything. If tag equals the
|
||||
* empty string, calls to isc_log_gettag will return NULL.
|
||||
*
|
||||
* Because the name is used by ISC_LOG_PRINTTAG, it should not be
|
||||
* altered or destroyed after isc_log_settag().
|
||||
*
|
||||
* Returns:
|
||||
* ISC_R_SUCCESS Success
|
||||
* ISC_R_NOMEMORY Resource Limit: Out of memory
|
||||
|
||||
Reference in New Issue
Block a user