mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
Merge branch 'ondrej/cleanup-leftover-fatal' into 'master'
Remove double result check leftover See merge request isc-projects/bind9!945
This commit is contained in:
@@ -1335,9 +1335,6 @@ main(int argc, char *argv[]) {
|
|||||||
if (result != ISC_R_SUCCESS)
|
if (result != ISC_R_SUCCESS)
|
||||||
named_main_earlyfatal("program name too long");
|
named_main_earlyfatal("program name too long");
|
||||||
|
|
||||||
if (result != ISC_R_SUCCESS)
|
|
||||||
named_main_earlyfatal("failed to build internal symbol table");
|
|
||||||
|
|
||||||
isc_assertion_setcallback(assertion_failed);
|
isc_assertion_setcallback(assertion_failed);
|
||||||
isc_error_setfatal(library_fatal_error);
|
isc_error_setfatal(library_fatal_error);
|
||||||
isc_error_setunexpected(library_unexpected_error);
|
isc_error_setunexpected(library_unexpected_error);
|
||||||
|
Reference in New Issue
Block a user