mirror of
https://github.com/samba-team/samba.git
synced 2025-11-29 16:23:52 +03:00
r3810: create a LIB_SECURITY subsystem
- move dom_sid, security_descriptor, security_* funtions to one place
and rename some of them
metze
(This used to be commit b620bdd672)
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
04a47a26ce
commit
856ee66537
@@ -198,7 +198,7 @@ NTSTATUS dcesrv_interface_register(struct dcesrv_context *dce_ctx,
|
||||
* we try to set it
|
||||
*/
|
||||
if (ep->sd == NULL) {
|
||||
ep->sd = copy_security_descriptor(dce_ctx, sd);
|
||||
ep->sd = security_descriptor_copy(dce_ctx, sd);
|
||||
}
|
||||
|
||||
/* if now there's no security descriptor given on the endpoint
|
||||
|
||||
Reference in New Issue
Block a user