Browse Source

Fix: ignore static check

pull/76/head
xjasonlyu 4 years ago
parent
commit
3f73becd66
  1. 2
      core/device/tun/tun_linux_64bit.go

2
core/device/tun/tun_linux_64bit.go

@ -108,3 +108,5 @@ func setMTU(name string, n uint32) error {
return nil
}
var _ = offset /* ignore static check */

Loading…
Cancel
Save