]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
Dont look at this. It is too bad :(
authorWillem Toorop <willem@NLnetLabs.nl>
Fri, 1 Jun 2012 15:11:42 +0000 (15:11 +0000)
committerWillem Toorop <willem@NLnetLabs.nl>
Fri, 1 Jun 2012 15:11:42 +0000 (15:11 +0000)
examples/ldns-read-zone.c

index 1a0a0bf54e3ad3f192a2f7a0886d503cf288fdee..df2b2c26f3aef5548dab8de13ea58d3c5f7a7014 100644 (file)
@@ -46,8 +46,10 @@ main(int argc, char **argv)
                                fmt.flags |= 
                                        ( LDNS_COMMENT_BUBBLEBABBLE |
                                          LDNS_COMMENT_FLAGS        );
+                               break;
                        case '0':
                                fmt.flags |= LDNS_FMT_ZEROIZE_RRSIGS;
+                               break;
                        case 'c':
                                canonicalize = true;
                                break;
@@ -92,6 +94,7 @@ main(int argc, char **argv)
                                break;
                        case 'p':
                                fmt.flags |= LDNS_FMT_PAD_SOA_SERIAL;
+                               break;
                         case 's':
                                strip = true;
                                if (only_dnssec) {