Fix panic

This commit is contained in:
Owen
2025-02-21 20:33:31 -05:00
parent 0affef401c
commit 270ee9cd19

View File

@@ -99,7 +99,6 @@ func NewWireGuardService(interfaceName string, mtu int, reachableAt string, gene
}
func (s *WireGuardService) Close() {
s.client.Close()
s.wgClient.Close()
}