fix: Haproxy now has SSL:Other(String) to store unknown values from opnsense, also ran a cargo fmt
Some checks failed
Run Check Script / check (pull_request) Failing after 58s

This commit is contained in:
Jean-Gabriel Gill-Couture
2025-09-04 23:47:09 -04:00
parent ecc461a33f
commit 1304a3a1d1
10 changed files with 61 additions and 31 deletions

View File

@@ -51,7 +51,6 @@ pub struct OPNsense {
impl From<String> for OPNsense {
fn from(content: String) -> Self {
yaserde::de::from_str(&content)
.map_err(|e| println!("{}", e))
.expect("OPNSense received invalid string, should be full XML")