1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-05-04 19:49:08 -04:00

rename dispatcher.Interface

This commit is contained in:
Darien Raymond
2017-01-13 13:53:44 +01:00
parent 289c467a12
commit f7e1f00c88
10 changed files with 15 additions and 15 deletions

View File

@@ -101,7 +101,7 @@ func NewPoint(pConfig *Config) (*Point, error) {
return nil, err
}
space.AddApplication(d)
disp = d.(dispatcher.PacketDispatcher)
disp = d.(dispatcher.Interface)
}
vpoint.inboundHandlers = make([]InboundDetourHandler, 0, 8)