diff options
author | Ruben Pollan <meskio@sindominio.net> | 2019-01-29 20:02:48 +0100 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2019-01-29 20:11:07 +0100 |
commit | 0d4ef9c4cb4fd10734d87dd523b790b1fe4bb5c4 (patch) | |
tree | 38583447be32cefd86e3736e5484c2f8b26f2127 /pkg/standalone | |
parent | 3c57a988b0088e953a8b623941c2d3a91dbcca6a (diff) |
[style] Rename the systray reconnection on fail-close
Diffstat (limited to 'pkg/standalone')
-rw-r--r-- | pkg/standalone/status.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/standalone/status.go b/pkg/standalone/status.go index 42c4687..96177e1 100644 --- a/pkg/standalone/status.go +++ b/pkg/standalone/status.go @@ -60,7 +60,6 @@ func (b *Bitmask) openvpnManagement() { } func (b *Bitmask) eventHandler(eventCh <-chan openvpn.Event) { - // TODO: we are reporing only openvpn status, missing firewall status for event := range eventCh { log.Printf("Event: %v", event) stateEvent, ok := event.(*openvpn.StateEvent) |