[gupnp] cm: Use the proper family property in the family factory function



commit 6bd1f897b9da5cf585f7f37186f1ee45abb47eb6
Author: Jens Georg <mail jensge org>
Date:   Sun Feb 3 21:32:49 2019 +0100

    cm: Use the proper family property in the family factory function

 libgupnp/gupnp-context-manager.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libgupnp/gupnp-context-manager.c b/libgupnp/gupnp-context-manager.c
index 588da02..8ec4979 100644
--- a/libgupnp/gupnp-context-manager.c
+++ b/libgupnp/gupnp-context-manager.c
@@ -627,7 +627,7 @@ gupnp_context_manager_create_full (GSSDPUDAVersion uda_version, GSocketFamily fa
         g_debug ("Using context manager implementation %s",
                  g_type_name (impl_type));
         impl = GUPNP_CONTEXT_MANAGER (g_object_new (impl_type,
-                                                    "address-family", family,
+                                                    "family", family,
                                                     "uda-version", uda_version,
                                                     "port", port,
                                                     NULL));


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]