WPS: Remove duplicated isgraph() loop in HTTP header parsing
authorJouni Malinen <j@w1.fi>
Fri, 28 Aug 2015 20:58:10 +0000 (23:58 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 28 Aug 2015 20:59:28 +0000 (23:59 +0300)
commit24a5e528ce393faddc3e2d063b2c60c325127c01
tree5ee96971ed15bc27edd8773f015a5969f286eac8
parentf79a19746a4bdc1a9ae3d802eb10bc8398bc9e23
WPS: Remove duplicated isgraph() loop in HTTP header parsing

The hbp pointer is moved to the next space already earlier in this code
path, so the while loop here did not really do anything.

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