summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2008-10-31 17:25:44 -0700
committerJeremy Allison <jra@samba.org>2008-10-31 17:25:44 -0700
commit72af9b01dc7ee00d79908760af6051f8794fa2b8 (patch)
tree0bd24eebe7645229fe88aaf2678d2ec7a7df0cc7
parent72a1e3acfa5789134a28fb0609bc88b25c0e0b15 (diff)
downloadsamba-72af9b01dc7ee00d79908760af6051f8794fa2b8.tar.gz
samba-72af9b01dc7ee00d79908760af6051f8794fa2b8.tar.bz2
samba-72af9b01dc7ee00d79908760af6051f8794fa2b8.zip
Another unused variable.
-rw-r--r--source3/lib/sharesec.c1
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);