mirror of
https://github.com/fosrl/olm.git
synced 2026-03-09 20:26:47 +00:00
Skip sites with empty/nil publicKey instead of passing them to the WireGuard UAPI layer, which expects a valid 64-char hex string. A nil key occurs when a Newt site has never connected. Previously this caused all sites to fail with "hex string does not fit the slice".