Skip to content
Snippets Groups Projects
Commit fd233dd7 authored by Glauber Costa's avatar Glauber Costa
Browse files

zfsbuffers: kill bogus variable


Spotted by code review. Gleg had spotted one improper use of "i", but
there was another. In this case we iterate over nothing, and i is always 0.
It is uninitialized to begin with, and the code works just because it is
being set to 0 by luck.

Signed-off-by: default avatarGlauber Costa <glommer@cloudius-systems.com>
parent 28186c29
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment