s4-nbt: use private_data instead of private.
[garming/samba-autobuild/.git] / source4 / libcli / composite / composite.c
index 3e3f224f4754681356d2acd090aba3ee37038e85..91a842706f2f7f37beba3cd0654fa4067276e6b9 100644 (file)
@@ -214,5 +214,5 @@ _PUBLIC_ void composite_continue_nbt(struct composite_context *ctx,
 {
        if (composite_nomem(new_req, ctx)) return;
        new_req->async.fn = continuation;
-       new_req->async.private = private_data;
+       new_req->async.private_data = private_data;
 }