summaryrefslogtreecommitdiff
path: root/rest/rest-proxy.c
diff options
context:
space:
mode:
authorRob Bradford <rob@o-hand.com>2008-08-20 14:11:48 +0100
committerRob Bradford <rob@o-hand.com>2008-08-20 14:11:48 +0100
commit69aad974a167b74b03131cd14d2ffb51d5bd5ef7 (patch)
tree4130dbb4843c75f6d1a430daca78e64f8e4aac23 /rest/rest-proxy.c
parente289e75d3a4032c5fb05c9ad64da01c145a22879 (diff)
downloadlibrest-69aad974a167b74b03131cd14d2ffb51d5bd5ef7.tar.gz
Set the userdata into the closure
Diffstat (limited to 'rest/rest-proxy.c')
-rw-r--r--rest/rest-proxy.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rest/rest-proxy.c b/rest/rest-proxy.c
index b20df66..cfe3166 100644
--- a/rest/rest-proxy.c
+++ b/rest/rest-proxy.c
@@ -336,6 +336,7 @@ rest_proxy_call_raw_async_valist (RestProxy *proxy,
closure->callback = callback;
closure->weak_object = weak_object;
closure->message = message;
+ closure->userdata = userdata;
/* Weakly reference this object. We remove our callback if it goes away. */
if (closure->weak_object)