mirror of
https://github.com/cubixle/radius-rs.git
synced 2026-07-30 10:53:10 +01:00
Support dict defined value
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ impl Packet {
|
||||
}
|
||||
|
||||
pub fn get_authenticator(&self) -> &Vec<u8> {
|
||||
&self.get_authenticator()
|
||||
&self.authenticator
|
||||
}
|
||||
|
||||
pub fn parse(bs: &[u8], secret: &[u8]) -> Result<Self, String> {
|
||||
|
||||
Reference in New Issue
Block a user