2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

silence compiler

This commit is contained in:
Mark Andrews
2005-10-14 05:44:26 +00:00
parent 01cb276b7e
commit 1d9b058a64

View File

@@ -22,7 +22,7 @@
*/
#if !defined(lint) && !defined(SABER)
static const char rcsid[] = "$Id: res_mkupdate.c,v 1.7 2005/10/11 00:10:16 marka Exp $";
static const char rcsid[] = "$Id: res_mkupdate.c,v 1.8 2005/10/14 05:44:26 marka Exp $";
#endif /* not lint */
#include "port_before.h"
@@ -925,10 +925,10 @@ res_mkupdrec(int section, const char *dname,
}
INIT_LINK(rrecp, r_link);
INIT_LINK(rrecp, r_glink);
rrecp->r_class = class;
rrecp->r_type = type;
rrecp->r_class = (ns_class)class;
rrecp->r_type = (ns_type)type;
rrecp->r_ttl = ttl;
rrecp->r_section = section;
rrecp->r_section = (ns_sect)section;
return (rrecp);
}