1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-30 19:42:05 +03:00

r12105: Formatting.

rafal
(This used to be commit 13d7b8fa43)
This commit is contained in:
Rafal Szczesniak
2005-12-06 19:48:47 +00:00
committed by Gerald (Jerry) Carter
parent 17280956c3
commit 25f82c19f6

View File

@ -129,9 +129,9 @@ struct composite_context *libnet_rpc_useradd_send(struct dcerpc_pipe *p,
s->pipe = p;
s->monitor_fn = monitor;
c->state = COMPOSITE_STATE_IN_PROGRESS;
c->private_data= s;
c->event_ctx = dcerpc_event_context(p);
c->state = COMPOSITE_STATE_IN_PROGRESS;
c->private_data = s;
c->event_ctx = dcerpc_event_context(p);
/* preparing parameters to send rpc request */
s->createuser.in.domain_handle = &io->in.domain_handle;