mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04: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:
commit
0c23a3b0c0
1 changed files with 0 additions and 3 deletions
|
|
@ -1335,9 +1335,6 @@ main(int argc, char *argv[]) {
|
|||
if (result != ISC_R_SUCCESS)
|
||||
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_error_setfatal(library_fatal_error);
|
||||
isc_error_setunexpected(library_unexpected_error);
|
||||
|
|
|
|||
Loading…
Reference in a new issue