diff options
Diffstat (limited to 'device/boundif_darwin.go')
-rw-r--r-- | device/boundif_darwin.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/device/boundif_darwin.go b/device/boundif_darwin.go index b3d10ba..a93441c 100644 --- a/device/boundif_darwin.go +++ b/device/boundif_darwin.go @@ -41,4 +41,4 @@ func (device *Device) BindSocketToInterface6(interfaceIndex uint32) error { return err } return nil -}
\ No newline at end of file +} |