]> www.infradead.org Git - users/dwmw2/openconnect.git/commit
Use separate counters for inner and outer loop.
authorTom Carroll <incentivedesign@gmail.com>
Sat, 16 Jan 2021 07:37:42 +0000 (23:37 -0800)
committerTom Carroll <incentivedesign@gmail.com>
Sat, 16 Jan 2021 07:54:36 +0000 (23:54 -0800)
commit195cac7d98142ed672db5dce151ef4b464d86373
tree564a44c43fb40855c67c72ddc99e43365fb3440b
parent4a1fda35c03281faa96ceb034f7255f57ae97399
Use separate counters for inner and outer loop.

The inner and outer loop share a counter. The inner loop resets the
counter to zero when entering the loop. I don't believe this is the
intention from an examination of the code. Have inner and outer loops
use separate counters.

Signed-off-by: Tom Carroll <incentivedesign@gmail.com>
gnutls.c