1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-28 01:58:17 +03:00

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
This commit is contained in:
Volker Lendecke 2013-11-27 09:13:52 +00:00 committed by Stefan Metzmacher
parent ebc157961a
commit 0dc0415f91

View File

@ -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);