1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-07-01 11:35:23 +00:00
This commit is contained in:
v2ray 2016-01-10 10:24:21 +01:00
parent 2c892e7b9d
commit add1197cc9

View File

@ -73,7 +73,7 @@ func (queue *TimedQueue) Add(value interface{}, time2Remove int64) {
}
queue.access.Unlock()
if removedEntry != nil {
queue.removedCallback(removedEntry)
queue.removedCallback(removedEntry.value)
}
}