mirror of
https://github.com/samba-team/samba.git
synced 2025-12-05 12:23:50 +03:00
r19669: set_share_security does not need a mem_ctx passed
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
609dbec600
commit
53eaa603eb
@@ -145,7 +145,7 @@ SEC_DESC *get_share_security( TALLOC_CTX *ctx, const char *servicename,
|
||||
Store a security descriptor in the share db.
|
||||
********************************************************************/
|
||||
|
||||
BOOL set_share_security(TALLOC_CTX *ctx, const char *share_name, SEC_DESC *psd)
|
||||
BOOL set_share_security(const char *share_name, SEC_DESC *psd)
|
||||
{
|
||||
prs_struct ps;
|
||||
TALLOC_CTX *mem_ctx = NULL;
|
||||
|
||||
Reference in New Issue
Block a user