Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
davepacheco committed Sep 15, 2023
1 parent 44dc1f0 commit dfe326c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions omdb/src/bin/omdb/db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,8 @@ async fn cmd_db_dns_names(
// There will almost never be more than one zone. But just in case, we'll
// iterate over whatever we find and print all the names in each one.
let version = Generation::try_from(i64::from(args.version)).unwrap();
// XXX-dap if we give a later version, we get the latest version! maybe
// fetch version first?
for zone in group_zones {
println!("{} zone: {}", group, zone.zone_name);
println!(" {:50} {}", "NAME", "RECORDS");
Expand Down

0 comments on commit dfe326c

Please sign in to comment.