mirror of
https://github.com/samba-team/samba.git
synced 2025-02-23 09:57:40 +03:00
Cosmetic correction
Changes the order of two commands. First set up the "priv" structure, then assign it to the "ntvfs" structure.
This commit is contained in:
parent
de04e00ec2
commit
5b4cb31ef1
@ -310,9 +310,9 @@ static NTSTATUS unixuid_connect(struct ntvfs_module_context *ntvfs,
|
||||
return NT_STATUS_INTERNAL_ERROR;
|
||||
}
|
||||
|
||||
ntvfs->private_data = priv;
|
||||
priv->last_sec_ctx = NULL;
|
||||
priv->last_token = NULL;
|
||||
ntvfs->private_data = priv;
|
||||
|
||||
tevent_loop_set_nesting_hook(ntvfs->ctx->event_ctx,
|
||||
unixuid_event_nesting_hook,
|
||||
|
Loading…
x
Reference in New Issue
Block a user