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:
committed by
Gerald (Jerry) Carter
parent
3e5335063a
commit
40cd2d7780
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user