Searched refs:retry_to_add (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/usr.sbin/nsd/
H A Dxfrd-catalog-zones.c506 * If a zone cannot be added, mode is set to "retry_to_add"
507 * If after the first pass the mode is "retry_to_add",
510 enum { try_to_add, retry_to_add, just_add } mode; enumerator in enum:__anon65
809 mode = retry_to_add;
888 if(mode == retry_to_add) {

Completed in 110 milliseconds