r22944: fix bug #4618:
[samba.git] / source4 / libcli / composite / composite.c
index e690c33f584f5903dc902020a47b0f7fa8ee1225..e929ad70e33b06e1605632b5793a95cac09f4df1 100644 (file)
@@ -158,7 +158,7 @@ _PUBLIC_ void composite_continue_rpc(struct composite_context *ctx,
 {
        if (composite_nomem(new_req, ctx)) return;
        new_req->async.callback = continuation;
-       new_req->async.private = private_data;
+       new_req->async.private_data = private_data;
 }
 
 _PUBLIC_ void composite_continue_irpc(struct composite_context *ctx,