mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-28 09:37:10 -04:00
style
This commit is contained in:
parent
e9bfdce7b1
commit
4cf50d58d6
1 changed files with 2 additions and 3 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: name.c,v 1.156 2005/10/14 01:14:08 marka Exp $ */
|
||||
/* $Id: name.c,v 1.157 2006/01/10 02:59:56 marka Exp $ */
|
||||
|
||||
/*! \file */
|
||||
|
||||
|
|
@ -1481,9 +1481,8 @@ dns_name_totext(dns_name_t *name, isc_boolean_t omit_final_dot,
|
|||
isc_buffer_add(target, tlen - trem);
|
||||
|
||||
#ifdef ISC_PLATFORM_USETHREADS
|
||||
|
||||
mem = isc_thread_key_getspecific(totext_filter_proc_key);
|
||||
if (mem)
|
||||
if (mem != NULL)
|
||||
totext_filter_proc = *mem;
|
||||
#endif
|
||||
if (totext_filter_proc != NULL)
|
||||
|
|
|
|||
Loading…
Reference in a new issue