mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
smbtorture: Remove an unused variable
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Tue Nov 14 03:55:37 CET 2017 on sn-devel-144
This commit is contained in:
parent
a1b2daa06f
commit
2e5ea35f0b
@ -935,11 +935,9 @@ static bool test_FetchNT4Data(struct torture_context *tctx,
|
||||
union drsuapi_DsGetNT4ChangeLogInfo info;
|
||||
uint32_t level_out = 0;
|
||||
struct GUID null_guid;
|
||||
struct dom_sid null_sid;
|
||||
DATA_BLOB cookie;
|
||||
|
||||
ZERO_STRUCT(null_guid);
|
||||
ZERO_STRUCT(null_sid);
|
||||
ZERO_STRUCT(cookie);
|
||||
|
||||
ZERO_STRUCT(r);
|
||||
|
Loading…
Reference in New Issue
Block a user