Skip to content

Commit

Permalink
Remove configurer close call
Browse files Browse the repository at this point in the history
  • Loading branch information
pappz committed Dec 29, 2023
1 parent 02a1b0a commit 4c53302
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions iface/tun_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,6 @@ func (t *tunDevice) Create() (wgConfigurer, error) {
}

func (t *tunDevice) Up() (*bind.UniversalUDPMuxDefault, error) {
if t.configurer != nil {
t.configurer.close()
}

err := t.device.Up()
if err != nil {
return nil, err
Expand Down

0 comments on commit 4c53302

Please sign in to comment.