1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-12-28 13:05:28 -05:00

clean up after error

This commit is contained in:
v2ray
2016-02-03 21:44:20 +01:00
parent c6df0fde19
commit 11c7191b38
2 changed files with 2 additions and 0 deletions

View File

@@ -77,6 +77,7 @@ func (this *Shadowsocks) Listen(port v2net.Port) error {
udpHub, err := hub.ListenUDP(port, this.handlerUDPPayload)
if err != nil {
log.Error("Shadowsocks: Failed to listen UDP on port ", port, ": ", err)
return err
}
this.udpHub = udpHub
this.udpServer = hub.NewUDPServer(this.packetDispatcher)