2297. [bug] isc_entropy_createfilesource() failure not caught in
bin/tests/dst/t_dst.c. [RT #17467]
This commit is contained in:
3
CHANGES
3
CHANGES
@@ -1,3 +1,6 @@
|
||||
2297. [bug] isc_entropy_createfilesource() failure not caught in
|
||||
bin/tests/dst/t_dst.c. [RT #17467]
|
||||
|
||||
2296. [port] Allow docbook stylesheet location to be specified to
|
||||
configure. [RT #17457]
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: t_dst.c,v 1.53 2007/06/19 23:47:00 tbox Exp $ */
|
||||
/* $Id: t_dst.c,v 1.54 2008/01/12 21:48:37 marka Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
@@ -377,7 +377,7 @@ t1(void) {
|
||||
t_result(T_UNRESOLVED);
|
||||
return;
|
||||
}
|
||||
result = isc_entropy_createfilesource(ectx, "randomfile");
|
||||
isc_result = isc_entropy_createfilesource(ectx, "randomfile");
|
||||
if (isc_result != ISC_R_SUCCESS) {
|
||||
t_info("isc_entropy_create failed %s\n",
|
||||
isc_result_totext(isc_result));
|
||||
@@ -876,7 +876,7 @@ t2_vfy(char **av) {
|
||||
isc_result_totext(isc_result));
|
||||
return(T_UNRESOLVED);
|
||||
}
|
||||
result = isc_entropy_createfilesource(ectx, "randomfile");
|
||||
isc_result = isc_entropy_createfilesource(ectx, "randomfile");
|
||||
if (isc_result != ISC_R_SUCCESS) {
|
||||
t_info("isc_entropy_create failed %s\n",
|
||||
isc_result_totext(isc_result));
|
||||
|
||||
Reference in New Issue
Block a user