wgengine/magicsock: fix js/wasm crash regression loading non-existent portmapper
Thanks for the report, @Need-an-AwP! Fixes #17681 Updates #9394 Change-Id: I2e0b722ef9b460bd7e79499192d1a315504ca84c Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
committed by
Brad Fitzpatrick
parent
0a5ba8280f
commit
edb11e0e60
@@ -6,6 +6,7 @@
|
||||
package portmapper
|
||||
|
||||
import (
|
||||
"tailscale.com/feature"
|
||||
"tailscale.com/net/netmon"
|
||||
"tailscale.com/net/portmapper"
|
||||
"tailscale.com/net/portmapper/portmappertype"
|
||||
@@ -14,6 +15,7 @@ import (
|
||||
)
|
||||
|
||||
func init() {
|
||||
feature.Register("portmapper")
|
||||
portmappertype.HookNewPortMapper.Set(newPortMapper)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user