This commit is contained in:
Zoltán Papp
2024-10-31 19:07:38 +01:00
parent 954e038da0
commit 8ac5e9d866

View File

@@ -28,6 +28,7 @@ func nilCheck(log *log.Entry, conn net.Conn) {
func agentCheck(log *log.Entry, agent *ice.Agent) {
if agent == nil {
log.Errorf("agent is nil")
return
}
pair, err := agent.GetSelectedCandidatePair()