Home
last modified time | relevance | path

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

/src/contrib/unbound/validator/
H A Dval_anchor.c430 struct trust_anchor* ta = NULL, *tanew; in anchor_read_file() local
462 if(!(tanew=anchor_store_new_rr(anchors, rr, len, dname_len))) { in anchor_read_file()
467 if(onlyone && ta && ta != tanew) { in anchor_read_file()
475 ta = tanew; in anchor_read_file()