Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit 54f81be

Browse files
committed
feat: domain name from attributeandvalue
1 parent a104bca commit 54f81be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types/pdn.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ impl TryFrom<Name> for ActorDN {
111111
)));
112112
}
113113
})?;
114+
let domain_name = DomainName::try_from(maybe_domain_names.as_slice())?;
114115
todo!()
115116
}
116117
}

0 commit comments

Comments
 (0)