diff options
author | Felix Lange <fjl@twurst.com> | 2015-02-17 22:14:12 +0800 |
---|---|---|
committer | Felix Lange <fjl@twurst.com> | 2015-02-17 22:21:39 +0800 |
commit | 7ea131d4ffddaae15c697fe0d025ff431bacc01a (patch) | |
tree | 840057da55b3ab0bbfb7646bb2a2a4372fc98256 /crypto/key.go | |
parent | 643eda5c2d3190147bc55ef27c4ce241c7c59da2 (diff) | |
download | dexon-7ea131d4ffddaae15c697fe0d025ff431bacc01a.tar.gz dexon-7ea131d4ffddaae15c697fe0d025ff431bacc01a.tar.zst dexon-7ea131d4ffddaae15c697fe0d025ff431bacc01a.zip |
p2p/discover: fix pending replies iteration
Range expressions capture the length of the slice once before the first
iteration. A range expression cannot be used here since the loop
modifies the slice variable (including length changes).
Diffstat (limited to 'crypto/key.go')
0 files changed, 0 insertions, 0 deletions