Skip to content

upnp: fix some misuse of strncmp()

Lyndon Brown requested to merge jnqnfe/vlc:upnp_strcmp into master

we do not want to be doing a 'starts with' check in these cases, they should be an equality check

Merge request reports