WPS: Cleaned up URL parser not to modify const buffer
authorJouni Malinen <j@w1.fi>
Sun, 17 Oct 2010 17:12:54 +0000 (20:12 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 17 Oct 2010 17:12:54 +0000 (20:12 +0300)
commit75c3fc2e8a8a63db0b31d4084cd199b6a44d73c7
tree34f32c0df8db13252b26a5cedc6c7498c834cffb
parent75779589e889712c29c98f0515382be9335466c3
WPS: Cleaned up URL parser not to modify const buffer

There is no need to use '\0' termination here in string parsing,
so we may as well clean this up to follow the const declaration.
src/wps/wps_upnp.c