We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 169dabe commit 050ef67Copy full SHA for 050ef67
nsec3.c
@@ -1095,10 +1095,6 @@ nsec3_answer_delegation(struct query *query, struct answer *answer)
1095
if(!query->zone->nsec3_param)
1096
return;
1097
nsec3_add_ds_proof(query, answer, query->delegation_domain, 1);
1098
-#ifdef USE_DELEG
1099
- nsec3_add_ds_proof(query, answer, query->ideleg_domain, 1);
1100
-#endif
1101
-
1102
}
1103
1104
int
0 commit comments