mirror of https://github.com/v2ray/v2ray-core
typo
parent
2c892e7b9d
commit
add1197cc9
|
@ -73,7 +73,7 @@ func (queue *TimedQueue) Add(value interface{}, time2Remove int64) {
|
||||||
}
|
}
|
||||||
queue.access.Unlock()
|
queue.access.Unlock()
|
||||||
if removedEntry != nil {
|
if removedEntry != nil {
|
||||||
queue.removedCallback(removedEntry)
|
queue.removedCallback(removedEntry.value)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue