From: Ondřej Surý Date: Tue, 30 Oct 2018 10:30:40 +0000 (+0000) Subject: Remove double result check leftover X-Git-Tag: v9.13.4~71^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=065ff16e4025e1642830f259a495993209fdcccc;p=thirdparty%2Fbind9.git Remove double result check leftover --- diff --git a/bin/named/main.c b/bin/named/main.c index cf0dbe54a0a..1ff7e139e3e 100644 --- a/bin/named/main.c +++ b/bin/named/main.c @@ -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);