Skip to content

Commit d07b193

Browse files
committed
Test codegen fixups
Signed-off-by: Erik Hollensbe <git@hollensbe.org>
1 parent 269bc88 commit d07b193

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/service/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ impl Service {
192192
}
193193
}
194194

195-
if let Some(v6assign) = tn.network.config.clone().unwrap().v_6_assign_mode {
196-
if v6assign.rfc_4193.unwrap_or(false) {
195+
if let Some(v6assign) = tn.network.config.clone().unwrap().v6_assign_mode {
196+
if v6assign.rfc4193.unwrap_or(false) {
197197
let cidr = tn.network.clone().rfc4193().unwrap();
198198
if !authority_map.contains_key(&cidr) {
199199
let ptr_authority = RecordAuthority::new(

0 commit comments

Comments
 (0)