mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-21 01:28:52 -04:00
silence compiler, explict coversion
This commit is contained in:
parent
d9fd075972
commit
586e2589ca
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: ncache.c,v 1.43.48.6 2010/05/19 06:43:42 marka Exp $ */
|
||||
/* $Id: ncache.c,v 1.43.48.7 2010/05/19 09:53:46 marka Exp $ */
|
||||
|
||||
/*! \file */
|
||||
|
||||
|
|
@ -268,7 +268,7 @@ dns_ncache_addoptout(dns_message_t *message, dns_db_t *cache,
|
|||
trust = dns_trust_authauthority;
|
||||
} else
|
||||
trust = dns_trust_additional;
|
||||
isc_buffer_putuint8(&buffer, trust); /* trust */
|
||||
isc_buffer_putuint8(&buffer, (unsigned char)trust); /* trust */
|
||||
isc_buffer_putuint16(&buffer, 0); /* count */
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue