diff options
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/sharesec.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/utils/sharesec.c b/source3/utils/sharesec.c index aa4210b51d..3f66d4da6e 100644 --- a/source3/utils/sharesec.c +++ b/source3/utils/sharesec.c @@ -382,7 +382,8 @@ int main(int argc, const char *argv[]) switch ( mode ) { case SMB_ACL_VIEW: - if (!(secdesc = get_share_security( ctx, snum, &sd_size )) ) { + if (!(secdesc = get_share_security( ctx, sharename, + &sd_size )) ) { fprintf(stderr, "Unable to retrieve permissions for share [%s]\n", sharename); return -1; } |