--- 9.9.0rc3 released ---
+3285. [bug] val-frdataset was incorrectly disassociated in
+ proveunsecure after calling startfinddlvsep.
+ [RT #27928]
+
3284. [bug] Address race conditions with the handling of
rbtnode.deadlink. [RT #27738]
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: validator.c,v 1.208 2011/11/04 05:36:28 each Exp $ */
+/* $Id: validator.c,v 1.208.72.1 2012/02/15 21:01:50 marka Exp $ */
#include <config.h>
result = ISC_R_SUCCESS;
goto out;
}
- result = startfinddlvsep(val,
- dns_fixedname_name(&val->fname));
- goto out;
+ return(startfinddlvsep(val,
+ dns_fixedname_name(&val->fname)));
}
val->labels++;
}
result = ISC_R_SUCCESS;
goto out;
}
- result = startfinddlvsep(val, tname);
- goto out;
+ return(startfinddlvsep(val, tname));
}
continue;
}