1
0
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:
Volker Lendecke
2006-11-11 18:07:51 +00:00
committed by Gerald (Jerry) Carter
parent 609dbec600
commit 53eaa603eb
4 changed files with 5 additions and 5 deletions

View File

@@ -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;