diff options
Diffstat (limited to 'source3/utils/sharesec.c')
-rw-r--r-- | source3/utils/sharesec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/sharesec.c b/source3/utils/sharesec.c index 5749cf2f55..11882ff07a 100644 --- a/source3/utils/sharesec.c +++ b/source3/utils/sharesec.c @@ -402,7 +402,7 @@ int main(int argc, const char *argv[]) return -1; } - if ( !set_share_security( ctx, lp_servicename(snum), secdesc ) ) { + if ( !set_share_security( lp_servicename(snum), secdesc ) ) { fprintf( stderr, "Failed to store acl for share [%s]\n", sharename ); return 2; } |