Avoid non-ASCII characters in discovery requests
authorBastien Nocera <hadess@hadess.net>
Fri, 26 Jul 2013 19:47:15 +0000 (21:47 +0200)
committerBastien Nocera <hadess@hadess.net>
Sat, 27 Jul 2013 12:57:26 +0000 (14:57 +0200)
commit7cced1a1d94f4bc35bd0be444b89164da5b7446f
treeb9f506303679be7d950b054b25cfb214e2bd2c90
parente4c8a58928d2fc94bc9b7eb6f6ef5115f7dd6f06
Avoid non-ASCII characters in discovery requests

Using the application name means that we were using a
translated string. In some locales, this caused the Synology
NAS not to answer our requests.

Use the (usually) ASCII-only prgname instead.

https://bugzilla.gnome.org/show_bug.cgi?id=704953
libgssdp/gssdp-resource-browser.c