补充提交上一个commit遗漏的部分

This commit is contained in:
e1732a364fed
2000-01-01 00:00:00 +00:00
parent 8ab14efb16
commit 49a4366a39

View File

@@ -603,6 +603,10 @@ func handshakeInserver(iics *incomingInserverConnState) (wlc net.Conn, udp_wlc n
if us, ok := wlc1.(utils.UserAssigner); ok {
us.SetUser(u)
}
} else if udp_wlc1 != nil {
if us, ok := udp_wlc1.(utils.UserAssigner); ok {
us.SetUser(u)
}
}
}
} else if udp_wlc != nil {