summaryrefslogtreecommitdiffstats
path: root/source3/smbd/reply.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2013-11-27 09:13:52 +0000
committerStefan Metzmacher <metze@samba.org>2013-11-27 13:30:48 +0100
commit0dc0415f91073b81dc8764dd22e142929b5a38ef (patch)
treed2b3ad6b843622e817798823d8be9199f281b7ba /source3/smbd/reply.c
parentebc157961aa910d84b31e9f7a1b4c99267294999 (diff)
downloadsamba-0dc0415f91073b81dc8764dd22e142929b5a38ef.tar.gz
samba-0dc0415f91073b81dc8764dd22e142929b5a38ef.tar.xz
samba-0dc0415f91073b81dc8764dd22e142929b5a38ef.zip
smbd: Remove a "set but unused" variable
This is should have been in a793ac0 Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Wed Nov 27 13:30:48 CET 2013 on sn-devel-104
Diffstat (limited to 'source3/smbd/reply.c')
-rw-r--r--source3/smbd/reply.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c
index 87bda99411..ce1a127eb9 100644
--- a/source3/smbd/reply.c
+++ b/source3/smbd/reply.c
@@ -1885,7 +1885,6 @@ void reply_open(struct smb_request *req)
uint32 create_options = 0;
uint32_t private_flags = 0;
NTSTATUS status;
- bool ask_sharemode = lp_parm_bool(SNUM(conn), "smbd", "search ask sharemode", true);
TALLOC_CTX *ctx = talloc_tos();
START_PROFILE(SMBopen);