]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
The comment saying that the string passed to isc_log_settag()
authorAndreas Gustafsson <source@isc.org>
Wed, 23 Jan 2002 01:27:52 +0000 (01:27 +0000)
committerAndreas Gustafsson <source@isc.org>
Wed, 23 Jan 2002 01:27:52 +0000 (01:27 +0000)
may not be altered after the call no longer applies

lib/isc/include/isc/log.h

index dfbb4e2bffb24b05a349a9396aa24f84913ffac5..f05399c1078e458d39a97f9907fd6980a16dafd5 100644 (file)
@@ -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