]> git.ipfire.org Git - thirdparty/hostap.git/commit
IAPP: Avoid warnings on unused write
authorJouni Malinen <j@w1.fi>
Sat, 11 Oct 2014 15:03:38 +0000 (18:03 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 11 Oct 2014 15:03:38 +0000 (18:03 +0300)
commit4aa01d38f53e3403ee8c8fe4a8d3f6e28bebf903
tree96e3f07d59fb519377810939ac7b70eb5f27f3e1
parent01b3bbfc662feea953fd9cd38c53d0bae63b047c
IAPP: Avoid warnings on unused write

The hlen and len variables are identical here, but only the hlen was
used in the end. Change this to use the len variable to avoid
unnecessary static analyzer warnings about unused writes.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/ap/iapp.c