Home
last modified time | relevance | path

Searched refs:tanew (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/unbound/validator/
HDval_anchor.c429 struct trust_anchor* ta = NULL, *tanew; in anchor_read_file() local
461 if(!(tanew=anchor_store_new_rr(anchors, rr, len, dname_len))) { in anchor_read_file()
466 if(onlyone && ta && ta != tanew) { in anchor_read_file()
474 ta = tanew; in anchor_read_file()