]> git.ipfire.org Git - thirdparty/hostap.git/commit
FT RRB: Remove confusing debug print about extra data
authorJouni Malinen <j@w1.fi>
Sat, 4 Apr 2020 20:42:05 +0000 (23:42 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 4 Apr 2020 20:42:05 +0000 (23:42 +0300)
commit153333ef6b67a30fb1581df26815713acdd0e698
tree6427121bfa9dc625523c083aac41c355db13beb3
parent9dd5373122e3330f81f62b6a7b6967e2f6104bf6
FT RRB: Remove confusing debug print about extra data

The "FT: Ignore extra data in end" hexdump is quite confusing since it
shows all the IEs that were actually either processed or forwarded.
There is no code path that could reach this debug print with actual real
extra data. Remove it and the dead increment of pos to avoid warnings
from static analyzers.

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