diff options
| author | 2020-02-24 12:06:50 +0000 | |
|---|---|---|
| committer | 2020-02-24 12:06:50 +0000 | |
| commit | 66d1673b06b88ff7b2728be2aeb17a0911edfc4a (patch) | |
| tree | a7762ef7bd70d03d47313c6ad414dea8fdf2d6df /usr.bin/dig/lib/dns/gen.c | |
| parent | We are always preserving the order of records. (diff) | |
| download | wireguard-openbsd-66d1673b06b88ff7b2728be2aeb17a0911edfc4a.tar.xz wireguard-openbsd-66d1673b06b88ff7b2728be2aeb17a0911edfc4a.zip | |
We only need to check the owner for nsec3 records, remove all the
rest.
OK jung
Diffstat (limited to 'usr.bin/dig/lib/dns/gen.c')
| -rw-r--r-- | usr.bin/dig/lib/dns/gen.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.bin/dig/lib/dns/gen.c b/usr.bin/dig/lib/dns/gen.c index de09ae81159..12a4889cf64 100644 --- a/usr.bin/dig/lib/dns/gen.c +++ b/usr.bin/dig/lib/dns/gen.c @@ -638,9 +638,6 @@ main(int argc, char **argv) { TOSTRUCTTYPE, TOSTRUCTCLASS, TOSTRUCTDEF); doswitch("FREESTRUCTSWITCH", "freestruct", FREESTRUCTARGS, FREESTRUCTTYPE, FREESTRUCTCLASS, FREESTRUCTDEF); - doswitch("CHECKOWNERSWITCH", "checkowner", - CHECKOWNERARGS, CHECKOWNERTYPE, - CHECKOWNERCLASS, CHECKOWNERDEF); /* * From here down, we are processing the rdata names and |
