diff options
author | Jeremy Allison <jra@samba.org> | 2008-10-31 17:25:44 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2008-10-31 17:25:44 -0700 |
commit | 72af9b01dc7ee00d79908760af6051f8794fa2b8 (patch) | |
tree | 0bd24eebe7645229fe88aaf2678d2ec7a7df0cc7 /source3/lib/sharesec.c | |
parent | 72a1e3acfa5789134a28fb0609bc88b25c0e0b15 (diff) | |
download | samba-72af9b01dc7ee00d79908760af6051f8794fa2b8.tar.gz samba-72af9b01dc7ee00d79908760af6051f8794fa2b8.tar.bz2 samba-72af9b01dc7ee00d79908760af6051f8794fa2b8.zip |
Another unused variable.
Diffstat (limited to 'source3/lib/sharesec.c')
-rw-r--r-- | source3/lib/sharesec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/lib/sharesec.c b/source3/lib/sharesec.c index b90346ff7e..8ea63a5824 100644 --- a/source3/lib/sharesec.c +++ b/source3/lib/sharesec.c @@ -279,7 +279,6 @@ bool share_access_check(const NT_USER_TOKEN *token, const char *sharename, NTSTATUS status; SEC_DESC *psd = NULL; size_t sd_size; - bool ret = True; psd = get_share_security(talloc_tos(), sharename, &sd_size); |