]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
fix +nsid position bug by adding forgotten continue
authorTCY16 <tom@nlnetlabs.nl>
Wed, 4 May 2022 11:08:37 +0000 (13:08 +0200)
committerTCY16 <tom@nlnetlabs.nl>
Wed, 4 May 2022 11:08:37 +0000 (13:08 +0200)
drill/drill.c

index 08c96d177b69f4f1aa30642dd20cdcf4868a13bd..f70519b7d58ac3811731601ea3fa9f595219a2fb 100644 (file)
@@ -476,6 +476,7 @@ main(int argc, char *argv[])
                                        error("EDNS option NSID could not be attached");
                                        break;
                                }
+                               continue;
                        }
                        else {
                                error("Requested EDNS option not supported");