From: Andreas Gustafsson Date: Wed, 23 Jan 2002 01:27:52 +0000 (+0000) Subject: The comment saying that the string passed to isc_log_settag() X-Git-Tag: v9.0.1^2~8611 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=93aba2cb04130342e2db01a978410b4c52ffe660;p=thirdparty%2Fbind9.git The comment saying that the string passed to isc_log_settag() may not be altered after the call no longer applies --- diff --git a/lib/isc/include/isc/log.h b/lib/isc/include/isc/log.h index dfbb4e2bffb..f05399c1078 100644 --- a/lib/isc/include/isc/log.h +++ b/lib/isc/include/isc/log.h @@ -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