mirror of
https://github.com/samba-team/samba.git
synced 2025-03-01 04:58:35 +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:
parent
ebc157961a
commit
0dc0415f91
@ -1885,7 +1885,6 @@ void reply_open(struct smb_request *req)
|
|||||||
uint32 create_options = 0;
|
uint32 create_options = 0;
|
||||||
uint32_t private_flags = 0;
|
uint32_t private_flags = 0;
|
||||||
NTSTATUS status;
|
NTSTATUS status;
|
||||||
bool ask_sharemode = lp_parm_bool(SNUM(conn), "smbd", "search ask sharemode", true);
|
|
||||||
TALLOC_CTX *ctx = talloc_tos();
|
TALLOC_CTX *ctx = talloc_tos();
|
||||||
|
|
||||||
START_PROFILE(SMBopen);
|
START_PROFILE(SMBopen);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user