1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-24 04:23:53 +03:00

r22944: fix bug #4618:

rename private -> private_data

metze
(This used to be commit 58551f2f28)
This commit is contained in:
Stefan Metzmacher
2007-05-16 14:52:54 +00:00
committed by Gerald (Jerry) Carter
parent 3e5335063a
commit 40cd2d7780
29 changed files with 118 additions and 118 deletions

View 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,