[gupnp] service-proxy: Set params pointer in pre-parsing



commit 5c23c8b88492b55c585d5a4fec81c5ccf931d85c
Author: Jens Georg <mail jensge org>
Date:   Tue May 3 23:10:19 2022 +0200

    service-proxy: Set params pointer in pre-parsing

 libgupnp/gupnp-service-proxy-action.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/libgupnp/gupnp-service-proxy-action.c b/libgupnp/gupnp-service-proxy-action.c
index ca148c8..8c67342 100644
--- a/libgupnp/gupnp-service-proxy-action.c
+++ b/libgupnp/gupnp-service-proxy-action.c
@@ -492,6 +492,7 @@ gupnp_service_proxy_action_check_response (GUPnPServiceProxyAction *action)
                 return;
         }
 
+        action->params = params;
         action->doc = response;
 }
 


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