summaryrefslogtreecommitdiffstats
path: root/source/param/loadparm.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2006-11-11 18:07:51 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:15:46 -0500
commit53eaa603eb84047263c27d57b8c0f5ce8e157189 (patch)
treeacb218c78191e6ddb3a2e57d8788dc108a1b6917 /source/param/loadparm.c
parent609dbec600048718b86cd1ecdc2ce49bbdeb803c (diff)
downloadsamba-53eaa603eb84047263c27d57b8c0f5ce8e157189.tar.gz
samba-53eaa603eb84047263c27d57b8c0f5ce8e157189.tar.xz
samba-53eaa603eb84047263c27d57b8c0f5ce8e157189.zip
r19669: set_share_security does not need a mem_ctx passed
Diffstat (limited to 'source/param/loadparm.c')
-rw-r--r--source/param/loadparm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/param/loadparm.c b/source/param/loadparm.c
index 68dd9d5a97a..cb9f8306b04 100644
--- a/source/param/loadparm.c
+++ b/source/param/loadparm.c
@@ -4608,7 +4608,7 @@ static int process_usershare_file(const char *dir_name, const char *file_name, i
}
/* Write the ACL of the new/modified share. */
- if (!set_share_security(ctx, service_name, psd)) {
+ if (!set_share_security(service_name, psd)) {
DEBUG(0, ("process_usershare_file: Failed to set share "
"security for user share %s\n",
service_name ));