]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Remove double result check leftover
authorOndřej Surý <ondrej@sury.org>
Tue, 30 Oct 2018 10:30:40 +0000 (10:30 +0000)
committerOndřej Surý <ondrej@sury.org>
Tue, 30 Oct 2018 10:30:40 +0000 (10:30 +0000)
bin/named/main.c

index cf0dbe54a0a41e8b86d5d64cb3df69631a68390a..1ff7e139e3e0a93a3b8db7700d050e2ce63f1d99 100644 (file)
@@ -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);