summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2019-03-16 05:46:20 +0100
committerJan Tojnar <jtojnar@gmail.com>2019-03-16 05:46:20 +0100
commit96c01c88363d6e5e9b7519bc4e8b5d86cf783e1f (patch)
treeae1d142fd33b50c89a874d954607bef8eb6e8bc6 /test
parent776950d5d96ac9dbf5c5c47bde8ac06f50a3cf46 (diff)
downloaddleyna-server-96c01c88363d6e5e9b7519bc4e8b5d86cf783e1f.tar.gz
Port to gupnp-1.2
gupnp_context_get_host_ip has been deprecated for a long time, as the host-ip property moved to gssdp. There is also a ton of new deprecations but I will address that separately.
Diffstat (limited to 'test')
-rw-r--r--[-rwxr-xr-x]test/dbus/dms-info.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/dbus/dms-info.c b/test/dbus/dms-info.c
index a189b9f..4530e58 100755..100644
--- a/test/dbus/dms-info.c
+++ b/test/dbus/dms-info.c
@@ -360,8 +360,6 @@ int main(int argc, char *argv[])
if (sigprocmask(SIG_BLOCK, &mask, NULL) == -1)
goto on_error;
- g_type_init();
-
/* Create proxy for com.intel.dLeynaServer.Manager. The Manager
object has no properties. We will create the proxy asynchronously
and use G_DBUS_PROXY_FLAGS_DO_NOT_LOAD_PROPERTIES to ensure that