double put fixed

This commit is contained in:
zelig 2015-05-11 19:55:53 +02:00
parent a6818c4300
commit 6a19378d0a

View file

@ -160,7 +160,6 @@ func (self *DPA) storeLoop() {
dpaLogger.Debugf("DPA.storeLoop %064x", chunk.Key)
chunk.wg.Done()
}
self.ChunkStore.Put(chunk)
}(ch)
select {
case <-self.quitC: