silence signed/unsigned warning on alpha

This commit is contained in:
Andreas Gustafsson
2000-05-30 19:39:22 +00:00
parent 95b41befcb
commit ae792d7f4c

View File

@@ -628,7 +628,7 @@ configure_view(dns_view_t *view, dns_c_ctx_t *cctx, dns_c_view_t *cview,
&view->secroots));
{
isc_uint32_t val;
isc_int32_t val;
result = ISC_R_NOTFOUND;
if (cview != NULL)
result = dns_c_view_getmaxcachettl(cview, &val);
@@ -639,7 +639,7 @@ configure_view(dns_view_t *view, dns_c_ctx_t *cctx, dns_c_view_t *cview,
view->maxcachettl = val;
}
{
isc_uint32_t val;
isc_int32_t val;
result = ISC_R_NOTFOUND;
if (cview != NULL)
result = dns_c_view_getmaxncachettl(cview, &val);